COLOR #E968AD

HEX: #E968AD
RGB: (233,104,173)

Color info

#E968AD contains mainly red color. Web safe color of #E968AD is #FF6699 (or #F69).

RGB color model

#E968AD color RGB value is (233,104,173).

  • red value is 233;
  • green value is 104;
  • blue value is 173.
RGB:
(233,104,173)
(91%,41%,68%)

RGB channels and saturation

R 233 of 255 = 91%
G 104 of 255 = 41%
B 173 of 255 = 68%

233
104
173

R + G + B ~ 67%. #E968AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 104 + 173 = 510 (100%)
R 233 of 510 ~ 45.69%
G 104 of 510 ~ 20.39%
B 173 of 510 ~ 33.92%

%45.69
%20.39
%33.92

CMYK color model

#E968AD color CMYK value is (0,55,26,9).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 25.75%
  • key color value is 8.63%
CMYK:
(0,55,26,9)
C0M55Y26K9 
(0%,55%,26%,9%)
(0.00/0.55/0.26/0.09)	

CMYK percentages

%0
%55.36
%25.75
%8.63

Codes

Color #E968AD in popluar color models

E968AD
RGB233104173
HSL328°74.57%66.08%
HSB/HSV328°55.36%91.37%
CMYK0.00%55.36%25.75%
8.63%

Color #E968AD in popluar number systems.

HEXE968AD
Decimal233104173
Binary11101001110100010101101
Octal351150255

Shades and tints

Shades of #E968AD

#E968AD
(233,104,173)
#D45F9E
(212,95,158)
#BF568F
(191,86,143)
#AA4D80
(170,77,128)
#954471
(149,68,113)
#803B62
(128,59,98)
#6B3253
(107,50,83)
#562944
(86,41,68)
#412035
(65,32,53)
#2C1726
(44,23,38)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #E968AD

#E968AD
(233,104,173)
#EB75B4
(235,117,180)
#ED82BB
(237,130,187)
#EF8FC2
(239,143,194)
#F19CC9
(241,156,201)
#F3A9D0
(243,169,208)
#F5B6D7
(245,182,215)
#F7C3DE
(247,195,222)
#F9D0E5
(249,208,229)
#FBDDEC
(251,221,236)
#FDEAF3
(253,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E968AD color. Also use rgb(233,104,173) instead hex code.

Text Font Color

.myTextColor { color: #E968AD; }

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

This text font color is #E968AD.


Background Color

.myBgColor { background-color: #E968AD; }

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

This div background color is #E968AD.


Border color

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

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

This div border color is #E968AD.


Opacity

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

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

Text with #E968AD 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 #E968AD;}

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

This text has shadow with #E968AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E968AD on black background.


Color preview on white background

This text has color #E968AD on white background.



Black color preview on #E968AD background

This text has black color on #E968AD background.


White color preview on #E968AD background

This text has white color on #E968AD background.