#EEAFC7

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

Shades of Cupid #EEAFC7

Tints of Cupid #EEAFC7

Color information

#EEAFC7 (or 0xEEAFC7) is unknown color: approx Cupid. HEX triplet: EE, AF and C7. RGB value is (238,175,199). Sum of RGB (Red+Green+Blue) = 238+175+199=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFC7 is #115038. Grayscale: #C4C4C4. Windows color (decimal): -1134649 or 13086702. OLE color: 13086702.

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

Color convert

RGB238175199-
CMYK00.260.160.07
HSL337.14º64.95%80.98%-
HSV(B)337.14º26.47%93.33%-
XYZ60.952.9661.05-
YUV196.57129.37157.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=38.89%
G=28.59%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817519900.260.160.07337.1464.9580.98
HexEEAFC701A1071514151
Octal356257307032207521101121
Binary1110111010101111110001110110101000011110101000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFC7; }

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

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

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

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

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

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

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

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