#EEAFC1

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

Shades of Cupid #EEAFC1

Tints of Cupid #EEAFC1

Color information

#EEAFC1 (or 0xEEAFC1) is unknown color: approx Cupid. HEX triplet: EE, AF and C1. RGB value is (238,175,193). Sum of RGB (Red+Green+Blue) = 238+175+193=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFC1 is #11503E. Grayscale: #C3C3C3. Windows color (decimal): -1134655 or 12693486. OLE color: 12693486.

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

Color convert

RGB238175193-
CMYK00.260.190.07
HSL342.86º64.95%80.98%-
HSV(B)342.86º26.47%93.33%-
XYZ60.2252.6957.45-
YUV195.89126.37158.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=39.27%
G=28.88%
B=31.85%

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
Decimal23817519300.260.190.07342.8664.9580.98
HexEEAFC101A1371574151
Octal356257301032237527101121
Binary1110111010101111110000010110101001111110101011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFC1; }

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

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

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

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

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

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

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

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