#EEB2BC

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

Shades of Cupid #EEB2BC

Tints of Cupid #EEB2BC

Color information

#EEB2BC (or 0xEEB2BC) is unknown color: approx Cupid. HEX triplet: EE, B2 and BC. RGB value is (238,178,188). Sum of RGB (Red+Green+Blue) = 238+178+188=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2BC is #114D43. Grayscale: #C5C5C5. Windows color (decimal): -1133892 or 12366574. OLE color: 12366574.

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

Color convert

RGB238178188-
CMYK00.250.210.07
HSL350º63.83%81.57%-
HSV(B)350º25.21%93.33%-
XYZ60.2653.6554.76-
YUV197.08122.88157.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=39.40%
G=29.47%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817818800.250.210.0735063.8381.57
HexEEB2BC01915715e4052
Octal356262274031257536100122
Binary1110111010110010101111000110011010111110101111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB2BC; }

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

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

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

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

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

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

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

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