COLOR #EB69E2

HEX: #EB69E2
RGB: (235,105,226)

Color info

#EB69E2 contains mainly red and blue colors. Web safe color of #EB69E2 is #FF66CC (or #F6C).

RGB color model

#EB69E2 color RGB value is (235,105,226).

  • red value is 235;
  • green value is 105;
  • blue value is 226.
RGB:
(235,105,226)
(92%,41%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 105 of 255 = 41%
B 226 of 255 = 89%

235
105
226

R + G + B ~ 74%. #EB69E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 105 + 226 = 566 (100%)
R 235 of 566 ~ 41.52%
G 105 of 566 ~ 18.55%
B 226 of 566 ~ 39.93%

%41.52
%18.55
%39.93

CMYK color model

#EB69E2 color CMYK value is (0,55,4,8).

  • cyan value is 0.00%
  • magenta value is 55.32%
  • yellow value is 3.83%
  • key color value is 7.84%
CMYK:
(0,55,4,8)
C0M55Y4K8 
(0%,55%,4%,8%)
(0.00/0.55/0.04/0.08)	

CMYK percentages

%0
%55.32
%3.83
%7.84

Codes

Color #EB69E2 in popluar color models

EB69E2
RGB235105226
HSL304°76.47%66.67%
HSB/HSV304°55.32%92.16%
CMYK0.00%55.32%3.83%
7.84%

Color #EB69E2 in popluar number systems.

HEXEB69E2
Decimal235105226
Binary11101011110100111100010
Octal353151342

Shades and tints

Shades of #EB69E2

#EB69E2
(235,105,226)
#D660CE
(214,96,206)
#C157BA
(193,87,186)
#AC4EA6
(172,78,166)
#974592
(151,69,146)
#823C7E
(130,60,126)
#6D336A
(109,51,106)
#582A56
(88,42,86)
#432142
(67,33,66)
#2E182E
(46,24,46)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #EB69E2

#EB69E2
(235,105,226)
#EC76E4
(236,118,228)
#ED83E6
(237,131,230)
#EE90E8
(238,144,232)
#EF9DEA
(239,157,234)
#F0AAEC
(240,170,236)
#F1B7EE
(241,183,238)
#F2C4F0
(242,196,240)
#F3D1F2
(243,209,242)
#F4DEF4
(244,222,244)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB69E2 color. Also use rgb(235,105,226) instead hex code.

Text Font Color

.myTextColor { color: #EB69E2; }

<p style="color:#EB69E2">This sample text font color is #EB69E2.</p>

This text font color is #EB69E2.


Background Color

.myBgColor { background-color: #EB69E2; }

<div style="background-color:#EB69E2">Inner text</div>

This div background color is #EB69E2.


Border color

.myBorderColor { border: 1px solid #EB69E2; }

<div style="border:3px solid #EB69E2">Div</div>

This div border color is #EB69E2.


Opacity

.myOpacity80 { color: #EB69E2; opacity: 0.8; }

<p style="color:#EB69E2;opacity:0.8;">80%</p>

Text with #EB69E2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB69E2;}

<p style="text-shadow: 3px 3px 1px #EB69E2">Text here.</p>

This text has shadow with #EB69E2 color.

.textShadow {text-shadow: 3px 3px 1px #EB69E2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB69E2, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB69E2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB69E2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB69E2, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB69E2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EB69E2;
  -webkit-box-shadow:	1px 1px 3px 2px #EB69E2;
  box-shadow:		1px 1px 3px 2px #EB69E2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB69E2;
-webkit-box-shadow: 1px 1px 3px 2px #EB69E2;
box-shadow:1px 1px 3px 2px #EB69E2;">
Div content here</div>
This div box has shadow with color #EB69E2.

Preview

Color preview on black background

This text has color #EB69E2 on black background.


Color preview on white background

This text has color #EB69E2 on white background.



Black color preview on #EB69E2 background

This text has black color on #EB69E2 background.


White color preview on #EB69E2 background

This text has white color on #EB69E2 background.