#EEB0D0

Color #EEB0D0 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EEB0D0

Tints of Lavender Pink #EEB0D0

Color information

#EEB0D0 (or 0xEEB0D0) is unknown color: approx Lavender Pink. HEX triplet: EE, B0 and D0. RGB value is (238,176,208). Sum of RGB (Red+Green+Blue) = 238+176+208=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0D0 is #114F2F. Grayscale: #C6C6C6. Windows color (decimal): -1134384 or 13676782. OLE color: 13676782.

HSL color Cylindrical-coordinate representation of color #EEB0D0: hue angle of 329.03º 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 #EEB0D0 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238176208-
CMYK00.260.130.07
HSL329.03º64.58%81.18%-
HSV(B)329.03º26.05%93.33%-
XYZ62.1753.7866.78-
YUV198.19133.54156.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 176 (69.14% from 255) = 28.30%
BLUE value IS 208 (81.64% from 255) = 33.44%
R=38.26%
G=28.30%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817620800.260.130.07329.0364.5881.18
HexEEB0D001AD71494151
Octal356260320032157511101121
Binary111011101011000011010000011010110111110100100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0D0; }

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

 H1.HeaderClassName
 {
   color: #EEB0D0;
 }
 .AnyTagClassName
 {
   color: #EEB0D0;
 }
</style>
background-color css

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

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

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

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

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

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