#EEB1BD

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

Shades of Cupid #EEB1BD

Tints of Cupid #EEB1BD

Color information

#EEB1BD (or 0xEEB1BD) is unknown color: approx Cupid. HEX triplet: EE, B1 and BD. RGB value is (238,177,189). Sum of RGB (Red+Green+Blue) = 238+177+189=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1BD is #114E42. Grayscale: #C4C4C4. Windows color (decimal): -1134147 or 12431854. OLE color: 12431854.

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

Color convert

RGB238177189-
CMYK00.260.210.07
HSL348.2º64.21%81.37%-
HSV(B)348.2º25.63%93.33%-
XYZ60.1753.355.26-
YUV196.61123.71157.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=39.40%
G=29.30%
B=31.29%

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
Decimal23817718900.260.210.07348.264.2181.37
HexEEB1BD01A15715c4051
Octal356261275032257534100121
Binary1110111010110001101111010110101010111110101110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1BD; }

 p { color: rgb(238,177,189); }

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

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

 a { background-color: rgb(238,177,189); }

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

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

 span { border-color: rgb(238,177,189); }

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