#EEAAC7

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

Shades of Cupid #EEAAC7

Tints of Cupid #EEAAC7

Color information

#EEAAC7 (or 0xEEAAC7) is unknown color: approx Cupid. HEX triplet: EE, AA and C7. RGB value is (238,170,199). Sum of RGB (Red+Green+Blue) = 238+170+199=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAC7 is #115538. Grayscale: #C1C1C1. Windows color (decimal): -1135929 or 13085422. OLE color: 13085422.

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

Color convert

RGB238170199-
CMYK00.290.160.07
HSL334.41º66.67%80%-
HSV(B)334.41º28.57%93.33%-
XYZ59.9451.0560.73-
YUV193.64131.03159.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 199 (78.12% from 255) = 32.78%
R=39.21%
G=28.01%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817019900.290.160.07334.4166.6780
HexEEAAC701D10714e4350
Octal356252307035207516103120
Binary1110111010101010110001110111011000011110100111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAC7; }

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

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

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

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

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

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

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

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