Html Css Color HEX #EAB2CF Lavender Pink

📋 copy color: '#EAB2CF'

red 234 ◦ green 178 ◦ blue 207

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

Shades of Lavender Pink #EAB2CF

Tints of Lavender Pink #EAB2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.76%

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

R = 37.8%
G = 28.76%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAB2CF (or 0xEAB2CF) is known color: Lavender Pink. HEX triplet: EA, B2 and CF. RGB value is (234,178,207). Sum of RGB (Red+Green+Blue) = 234+178+207=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2CF is #154D30. Grayscale: #C5C5C5. Windows color (decimal): -1396017 or 13611754. OLE color: 13611754.

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

Color convert

RGB 234 178 207 -
CMYK 0 0.24 0.12 0.08
HSL 328.93º 0.57% 0.81% -
HSV(B) 328.93º 0.24% 0.92% -
XYZ 61.11 53.84 66.2 -
YUV 198.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 234 178 207 0 0.24 0.12 0.08 328.93 0.57 0.81
Hex EA B2 CF 0 18 C 8 149 39 51
Octal 352 262 317 0 30 14 10 511 71 121
Binary 11101010 10110010 11001111 0 11000 1100 1000 101001001 111001 1010001

Color Harmonies of #EAB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2CF

Black with #EAB2CF

Text Example


Text Example

White with #EAB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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