#EEAEC7

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

Shades of Cupid #EEAEC7

Tints of Cupid #EEAEC7

Color information

#EEAEC7 (or 0xEEAEC7) is unknown color: approx Cupid. HEX triplet: EE, AE and C7. RGB value is (238,174,199). Sum of RGB (Red+Green+Blue) = 238+174+199=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEC7 is #115138. Grayscale: #C3C3C3. Windows color (decimal): -1134905 or 13086446. OLE color: 13086446.

HSL color Cylindrical-coordinate representation of color #EEAEC7: hue angle of 336.56º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEC7 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238174199-
CMYK00.270.160.07
HSL336.56º65.31%80.78%-
HSV(B)336.56º26.89%93.33%-
XYZ60.752.5760.98-
YUV195.99129.7157.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=38.95%
G=28.48%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817419900.270.160.07336.5665.3180.78
HexEEAEC701B1071514151
Octal356256307033207521101121
Binary1110111010101110110001110110111000011110101000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEC7; }

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

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

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

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

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

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

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

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