Html Css Color HEX #EAB0CE Lavender Pink

📋 copy color: '#EAB0CE'

red 234 ◦ green 176 ◦ blue 206

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

Shades of Lavender Pink #EAB0CE

Tints of Lavender Pink #EAB0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.57%

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

R = 37.99%
G = 28.57%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAB0CE (or 0xEAB0CE) is known color: Lavender Pink. HEX triplet: EA, B0 and CE. RGB value is (234,176,206). Sum of RGB (Red+Green+Blue) = 234+176+206=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0CE is #154F31. Grayscale: #C4C4C4. Windows color (decimal): -1396530 or 13545706. OLE color: 13545706.

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

Color convert

RGB 234 176 206 -
CMYK 0 0.25 0.12 0.08
HSL 328.97º 0.58% 0.8% -
HSV(B) 328.97º 0.25% 0.92% -
XYZ 60.6 53 65.43 -
YUV 196.76 133.22 154.56 -
System Red Green Blue C M Y K H S L
Decimal 234 176 206 0 0.25 0.12 0.08 328.97 0.58 0.8
Hex EA B0 CE 0 19 C 8 149 3A 50
Octal 352 260 316 0 31 14 10 511 72 120
Binary 11101010 10110000 11001110 0 11001 1100 1000 101001001 111010 1010000

Color Harmonies of #EAB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0CE

Black with #EAB0CE

Text Example


Text Example

White with #EAB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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