#EEAFC0

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

Shades of Cupid #EEAFC0

Tints of Cupid #EEAFC0

Color information

#EEAFC0 (or 0xEEAFC0) is unknown color: approx Cupid. HEX triplet: EE, AF and C0. RGB value is (238,175,192). Sum of RGB (Red+Green+Blue) = 238+175+192=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFC0 is #11503F. Grayscale: #C3C3C3. Windows color (decimal): -1134656 or 12627950. OLE color: 12627950.

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

Color convert

RGB238175192-
CMYK00.260.190.07
HSL343.81º64.95%80.98%-
HSV(B)343.81º26.47%93.33%-
XYZ60.152.6456.86-
YUV195.78125.87158.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=39.34%
G=28.93%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817519200.260.190.07343.8164.9580.98
HexEEAFC001A1371584151
Octal356257300032237530101121
Binary1110111010101111110000000110101001111110101100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFC0; }

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

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

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

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

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

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

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

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