#EEB0BB

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

Shades of Cupid #EEB0BB

Tints of Cupid #EEB0BB

Color information

#EEB0BB (or 0xEEB0BB) is unknown color: approx Cupid. HEX triplet: EE, B0 and BB. RGB value is (238,176,187). Sum of RGB (Red+Green+Blue) = 238+176+187=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0BB is #114F44. Grayscale: #C3C3C3. Windows color (decimal): -1134405 or 12300526. OLE color: 12300526.

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

Color convert

RGB238176187-
CMYK00.260.210.07
HSL349.35º64.58%81.18%-
HSV(B)349.35º26.05%93.33%-
XYZ59.7552.8254.06-
YUV195.79123.04158.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=39.60%
G=29.28%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817618700.260.210.07349.3564.5881.18
HexEEB0BB01A15715d4151
Octal356260273032257535101121
Binary1110111010110000101110110110101010111110101110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0BB; }

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

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

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

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

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

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

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

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