Html Css Color HEX #EAB1CE Lavender Pink

📋 copy color: '#EAB1CE'

red 234 ◦ green 177 ◦ blue 206

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

Shades of Lavender Pink #EAB1CE

Tints of Lavender Pink #EAB1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.69%

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

R = 37.93%
G = 28.69%
B = 33.39%

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

#EAB1CE (or 0xEAB1CE) is known color: Lavender Pink. HEX triplet: EA, B1 and CE. RGB value is (234,177,206). Sum of RGB (Red+Green+Blue) = 234+177+206=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1CE is #154E31. Grayscale: #C5C5C5. Windows color (decimal): -1396274 or 13545962. OLE color: 13545962.

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

Color convert

RGB 234 177 206 -
CMYK 0 0.24 0.12 0.08
HSL 329.47º 0.58% 0.81% -
HSV(B) 329.47º 0.24% 0.92% -
XYZ 60.79 53.39 65.49 -
YUV 197.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 234 177 206 0 0.24 0.12 0.08 329.47 0.58 0.81
Hex EA B1 CE 0 18 C 8 149 3A 51
Octal 352 261 316 0 30 14 10 511 72 121
Binary 11101010 10110001 11001110 0 11000 1100 1000 101001001 111010 1010001

Color Harmonies of #EAB1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1CE

Black with #EAB1CE

Text Example


Text Example

White with #EAB1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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