#EEB2BF

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

Shades of Cupid #EEB2BF

Tints of Cupid #EEB2BF

Color information

#EEB2BF (or 0xEEB2BF) is unknown color: approx Cupid. HEX triplet: EE, B2 and BF. RGB value is (238,178,191). Sum of RGB (Red+Green+Blue) = 238+178+191=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2BF is #114D40. Grayscale: #C5C5C5. Windows color (decimal): -1133889 or 12563182. OLE color: 12563182.

HSL color Cylindrical-coordinate representation of color #EEB2BF: hue angle of 347º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2BF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238178191-
CMYK00.250.200.07
HSL347º63.83%81.57%-
HSV(B)347º25.21%93.33%-
XYZ60.5853.7856.48-
YUV197.42124.38156.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 191 (75% from 255) = 31.47%
R=39.21%
G=29.32%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817819100.250.200.0734763.8381.57
HexEEB2BF01914715b4052
Octal356262277031247533100122
Binary1110111010110010101111110110011010011110101101110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2BF; }

 p { color: rgb(238,178,191); }

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

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

 a { background-color: rgb(238,178,191); }

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

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

 span { border-color: rgb(238,178,191); }

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