Html Css Color HEX #EEB0CB Lavender Pink

📋 copy color: '#EEB0CB'

red 238 ◦ green 176 ◦ blue 203

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

Shades of Lavender Pink #EEB0CB

Tints of Lavender Pink #EEB0CB

RGB

 RED value IS 238 (93.36% from 255) = 38.57%

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

 BLUE value IS 203 (79.69% from 255) = 32.9%

R = 38.57%
G = 28.53%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EEB0CB (or 0xEEB0CB) is known color: Lavender Pink. HEX triplet: EE, B0 and CB. RGB value is (238,176,203). Sum of RGB (Red+Green+Blue) = 238+176+203=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0CB is #114F34. Grayscale: #C5C5C5. Windows color (decimal): -1134389 or 13349102. OLE color: 13349102.

HSL color Cylindrical-coordinate representation of color #EEB0CB: hue angle of 333.87º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0CB is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 203 -
CMYK 0 0.26 0.15 0.07
HSL 333.87º 0.65% 0.81% -
HSV(B) 333.87º 0.26% 0.93% -
XYZ 61.56 53.54 63.59 -
YUV 197.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 238 176 203 0 0.26 0.15 0.07 333.87 0.65 0.81
Hex EE B0 CB 0 1A F 7 14E 41 51
Octal 356 260 313 0 32 17 7 516 101 121
Binary 11101110 10110000 11001011 0 11010 1111 111 101001110 1000001 1010001

Color Harmonies of #EEB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0CB

Black with #EEB0CB

Text Example


Text Example

White with #EEB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0CB; }

 p { color: rgb(238,176,203); }

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

background-color css

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

 a { background-color: rgb(238,176,203); }

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

border-color css

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

 span { border-color: rgb(238,176,203); }

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