#EEAAC3

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

Shades of Cupid #EEAAC3

Tints of Cupid #EEAAC3

Color information

#EEAAC3 (or 0xEEAAC3) is unknown color: approx Cupid. HEX triplet: EE, AA and C3. RGB value is (238,170,195). Sum of RGB (Red+Green+Blue) = 238+170+195=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAC3 is #11553C. Grayscale: #C1C1C1. Windows color (decimal): -1135933 or 12823278. OLE color: 12823278.

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

Color convert

RGB238170195-
CMYK00.290.180.07
HSL337.94º66.67%80%-
HSV(B)337.94º28.57%93.33%-
XYZ59.4850.8758.31-
YUV193.18129.03159.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 195 (76.56% from 255) = 32.34%
R=39.47%
G=28.19%
B=32.34%

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
Decimal23817019500.290.180.07337.9466.6780
HexEEAAC301D1271524350
Octal356252303035227522103120
Binary1110111010101010110000110111011001011110101001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAC3; }

 p { color: rgb(238,170,195); }

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

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

 a { background-color: rgb(238,170,195); }

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

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

 span { border-color: rgb(238,170,195); }

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