#EEB1C6

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

Shades of Cupid #EEB1C6

Tints of Cupid #EEB1C6

Color information

#EEB1C6 (or 0xEEB1C6) is unknown color: approx Cupid. HEX triplet: EE, B1 and C6. RGB value is (238,177,198). Sum of RGB (Red+Green+Blue) = 238+177+198=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1C6 is #114E39. Grayscale: #C5C5C5. Windows color (decimal): -1134138 or 13021678. OLE color: 13021678.

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

Color convert

RGB238177198-
CMYK00.260.170.07
HSL339.34º64.21%81.37%-
HSV(B)339.34º25.63%93.33%-
XYZ61.1853.760.57-
YUV197.63128.21156.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=38.83%
G=28.87%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817719800.260.170.07339.3464.2181.37
HexEEB1C601A1171534051
Octal356261306032217523100121
Binary1110111010110001110001100110101000111110101001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1C6; }

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

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

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

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

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

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

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

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