#EEAFCA

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

Shades of Cupid #EEAFCA

Tints of Cupid #EEAFCA

Color information

#EEAFCA (or 0xEEAFCA) is unknown color: approx Cupid. HEX triplet: EE, AF and CA. RGB value is (238,175,202). Sum of RGB (Red+Green+Blue) = 238+175+202=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFCA is #115035. Grayscale: #C4C4C4. Windows color (decimal): -1134646 or 13283310. OLE color: 13283310.

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

Color convert

RGB238175202-
CMYK00.260.150.07
HSL334.29º64.95%80.98%-
HSV(B)334.29º26.47%93.33%-
XYZ61.2553.162.9-
YUV196.92130.87157.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=38.70%
G=28.46%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817520200.260.150.07334.2964.9580.98
HexEEAFCA01AF714e4151
Octal356257312032177516101121
Binary111011101010111111001010011010111111110100111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFCA; }

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

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

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

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

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

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

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

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