#EEA8C4

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

Shades of Cupid #EEA8C4

Tints of Cupid #EEA8C4

Color information

#EEA8C4 (or 0xEEA8C4) is unknown color: approx Cupid. HEX triplet: EE, A8 and C4. RGB value is (238,168,196). Sum of RGB (Red+Green+Blue) = 238+168+196=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8C4 is #11573B. Grayscale: #C0C0C0. Windows color (decimal): -1136444 or 12888302. OLE color: 12888302.

HSL color Cylindrical-coordinate representation of color #EEA8C4: hue angle of 336º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8C4 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238168196-
CMYK00.290.180.07
HSL336º67.31%79.61%-
HSV(B)336º29.41%93.33%-
XYZ59.2350.1758.79-
YUV192.12130.19160.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.53%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 196 (76.95% from 255) = 32.56%
R=39.53%
G=27.91%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816819600.290.180.0733667.3179.61
HexEEA8C401D1271504350
Octal356250304035227520103120
Binary1110111010101000110001000111011001011110101000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA8C4; }

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

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

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

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

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

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

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

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