#EEB0C4

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

Shades of Cupid #EEB0C4

Tints of Cupid #EEB0C4

Color information

#EEB0C4 (or 0xEEB0C4) is unknown color: approx Cupid. HEX triplet: EE, B0 and C4. RGB value is (238,176,196). Sum of RGB (Red+Green+Blue) = 238+176+196=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0C4 is #114F3B. Grayscale: #C4C4C4. Windows color (decimal): -1134396 or 12890350. OLE color: 12890350.

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

Color convert

RGB238176196-
CMYK00.260.180.07
HSL340.65º64.58%81.18%-
HSV(B)340.65º26.05%93.33%-
XYZ60.7553.2159.29-
YUV196.82127.54157.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=39.02%
G=28.85%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817619600.260.180.07340.6564.5881.18
HexEEB0C401A1271554151
Octal356260304032227525101121
Binary1110111010110000110001000110101001011110101010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0C4; }

 p { color: rgb(238,176,196); }

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

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

 a { background-color: rgb(238,176,196); }

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

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

 span { border-color: rgb(238,176,196); }

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