#EEA4BA

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

Shades of Cupid #EEA4BA

Tints of Cupid #EEA4BA

Color information

#EEA4BA (or 0xEEA4BA) is unknown color: approx Cupid. HEX triplet: EE, A4 and BA. RGB value is (238,164,186). Sum of RGB (Red+Green+Blue) = 238+164+186=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4BA is #115B45. Grayscale: #BCBCBC. Windows color (decimal): -1137478 or 12231918. OLE color: 12231918.

HSL color Cylindrical-coordinate representation of color #EEA4BA: hue angle of 342.16º degrees, saturation: 0.69, 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 #EEA4BA is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238164186-
CMYK00.310.220.07
HSL342.16º68.52%78.82%-
HSV(B)342.16º31.09%93.33%-
XYZ57.448.2752.75-
YUV188.63126.52163.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 164 (64.45% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=40.48%
G=27.89%
B=31.63%

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
Decimal23816418600.310.220.07342.1668.5278.82
HexEEA4BA01F167156454f
Octal356244272037267526105117
Binary1110111010100100101110100111111011011110101011010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4BA; }

 p { color: rgb(238,164,186); }

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

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

 a { background-color: rgb(238,164,186); }

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

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

 span { border-color: rgb(238,164,186); }

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