Html Css Color HEX #EAA6CE Lavender Pink

📋 copy color: '#EAA6CE'

red 234 ◦ green 166 ◦ blue 206

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

Shades of Lavender Pink #EAA6CE

Tints of Lavender Pink #EAA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.39%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 38.61%
G = 27.39%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAA6CE (or 0xEAA6CE) is known color: Lavender Pink. HEX triplet: EA, A6 and CE. RGB value is (234,166,206). Sum of RGB (Red+Green+Blue) = 234+166+206=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6CE is #155931. Grayscale: #BEBEBE. Windows color (decimal): -1399090 or 13543146. OLE color: 13543146.

HSL color Cylindrical-coordinate representation of color #EAA6CE: hue angle of 324.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA6CE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 166 206 -
CMYK 0 0.29 0.12 0.08
HSL 324.71º 0.62% 0.78% -
HSV(B) 324.71º 0.29% 0.92% -
XYZ 58.71 49.22 64.8 -
YUV 190.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 234 166 206 0 0.29 0.12 0.08 324.71 0.62 0.78
Hex EA A6 CE 0 1D C 8 145 3E 4E
Octal 352 246 316 0 35 14 10 505 76 116
Binary 11101010 10100110 11001110 0 11101 1100 1000 101000101 111110 1001110

Color Harmonies of #EAA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA6CE

Black with #EAA6CE

Text Example


Text Example

White with #EAA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA6CE; }

 p { color: rgb(234,166,206); }

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

background-color css

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

 a { background-color: rgb(234,166,206); }

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

border-color css

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

 span { border-color: rgb(234,166,206); }

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