Html Css Color HEX #EAA8CC Lavender Pink

📋 copy color: '#EAA8CC'

red 234 ◦ green 168 ◦ blue 204

#EAA8CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EAA8CC

Tints of Lavender Pink #EAA8CC

RGB

 RED value IS 234 (91.8% from 255) = 38.61%

 GREEN value IS 168 (66.02% from 255) = 27.72%

 BLUE value IS 204 (80.08% from 255) = 33.66%

R = 38.61%
G = 27.72%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAA8CC (or 0xEAA8CC) is known color: Lavender Pink. HEX triplet: EA, A8 and CC. RGB value is (234,168,204). Sum of RGB (Red+Green+Blue) = 234+168+204=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8CC is #155733. Grayscale: #BFBFBF. Windows color (decimal): -1398580 or 13412586. OLE color: 13412586.

HSL color Cylindrical-coordinate representation of color #EAA8CC: hue angle of 327.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA8CC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 168 204 -
CMYK 0 0.28 0.13 0.08
HSL 327.27º 0.61% 0.79% -
HSV(B) 327.27º 0.28% 0.92% -
XYZ 58.83 49.86 63.65 -
YUV 191.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 234 168 204 0 0.28 0.13 0.08 327.27 0.61 0.79
Hex EA A8 CC 0 1C D 8 147 3D 4F
Octal 352 250 314 0 34 15 10 507 75 117
Binary 11101010 10101000 11001100 0 11100 1101 1000 101000111 111101 1001111

Color Harmonies of #EAA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA8CC

Black with #EAA8CC

Text Example


Text Example

White with #EAA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA8CC; }

 p { color: rgb(234,168,204); }

 H1.HeaderClassName
 {
   color: #EAA8CC;
 }
 .AnyTagClassName
 {
   color: #EAA8CC;
 }
</style>

background-color css

<style>
 a { background-color: #EAA8CC; }

 a { background-color: rgb(234,168,204); }

 div.DivClassName
 {
   background-color: #EAA8CC;
 }
 .BgClassName
 {
   background-color: #EAA8CC;
 }
</style>

border-color css

<style>
 span { border-color: #EAA8CC; }

 span { border-color: rgb(234,168,204); }

 td.TdClassName
 {
   border-color: #EAA8CC;
 }
 .TagClassName
 {
   border-color: #EAA8CC;
 }
</style>