#EEA5B9

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

Shades of Cupid #EEA5B9

Tints of Cupid #EEA5B9

Color information

#EEA5B9 (or 0xEEA5B9) is unknown color: approx Cupid. HEX triplet: EE, A5 and B9. RGB value is (238,165,185). Sum of RGB (Red+Green+Blue) = 238+165+185=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5B9 is #115A46. Grayscale: #BDBDBD. Windows color (decimal): -1137223 or 12166638. OLE color: 12166638.

HSL color Cylindrical-coordinate representation of color #EEA5B9: hue angle of 343.56º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5B9 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238165185-
CMYK00.310.220.07
HSL343.56º68.22%79.02%-
HSV(B)343.56º30.67%93.33%-
XYZ57.4748.5952.25-
YUV189.11125.68162.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=40.48%
G=28.06%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816518500.310.220.07343.5668.2279.02
HexEEA5B901F167158444f
Octal356245271037267530104117
Binary1110111010100101101110010111111011011110101100010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5B9; }

 p { color: rgb(238,165,185); }

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

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

 a { background-color: rgb(238,165,185); }

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

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

 span { border-color: rgb(238,165,185); }

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