#EEB3BF

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

Shades of Cupid #EEB3BF

Tints of Cupid #EEB3BF

Color information

#EEB3BF (or 0xEEB3BF) is unknown color: approx Cupid. HEX triplet: EE, B3 and BF. RGB value is (238,179,191). Sum of RGB (Red+Green+Blue) = 238+179+191=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3BF is #114C40. Grayscale: #C6C6C6. Windows color (decimal): -1133633 or 12563438. OLE color: 12563438.

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

Color convert

RGB238179191-
CMYK00.250.200.07
HSL347.8º63.44%81.76%-
HSV(B)347.8º24.79%93.33%-
XYZ60.7854.1856.54-
YUV198.01124.05156.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 191 (75% from 255) = 31.41%
R=39.14%
G=29.44%
B=31.41%

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
Decimal23817919100.250.200.07347.863.4481.76
HexEEB3BF01914715c3f52
Octal35626327703124753477122
Binary111011101011001110111111011001101001111010111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB3BF; }

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

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

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

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

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

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

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

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