Html Css Color HEX #EAA5CF Lavender Pink

📋 copy color: '#EAA5CF'

red 234 ◦ green 165 ◦ blue 207

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

Shades of Lavender Pink #EAA5CF

Tints of Lavender Pink #EAA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.23%

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 38.61%
G = 27.23%
B = 34.16%

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

#EAA5CF (or 0xEAA5CF) is known color: Lavender Pink. HEX triplet: EA, A5 and CF. RGB value is (234,165,207). Sum of RGB (Red+Green+Blue) = 234+165+207=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5CF is #155A30. Grayscale: #BEBEBE. Windows color (decimal): -1399345 or 13608426. OLE color: 13608426.

HSL color Cylindrical-coordinate representation of color #EAA5CF: hue angle of 323.48º 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 #EAA5CF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 207 -
CMYK 0 0.29 0.12 0.08
HSL 323.48º 0.62% 0.78% -
HSV(B) 323.48º 0.29% 0.92% -
XYZ 58.65 48.91 65.38 -
YUV 190.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 234 165 207 0 0.29 0.12 0.08 323.48 0.62 0.78
Hex EA A5 CF 0 1D C 8 143 3E 4E
Octal 352 245 317 0 35 14 10 503 76 116
Binary 11101010 10100101 11001111 0 11101 1100 1000 101000011 111110 1001110

Color Harmonies of #EAA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA5CF

Black with #EAA5CF

Text Example


Text Example

White with #EAA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA5CF; }

 p { color: rgb(234,165,207); }

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

background-color css

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

 a { background-color: rgb(234,165,207); }

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

border-color css

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

 span { border-color: rgb(234,165,207); }

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