#EEAFC4

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

Shades of Cupid #EEAFC4

Tints of Cupid #EEAFC4

Color information

#EEAFC4 (or 0xEEAFC4) is unknown color: approx Cupid. HEX triplet: EE, AF and C4. RGB value is (238,175,196). Sum of RGB (Red+Green+Blue) = 238+175+196=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFC4 is #11503B. Grayscale: #C4C4C4. Windows color (decimal): -1134652 or 12890094. OLE color: 12890094.

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

Color convert

RGB238175196-
CMYK00.260.180.07
HSL340º64.95%80.98%-
HSV(B)340º26.47%93.33%-
XYZ60.5552.8259.23-
YUV196.23127.87157.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=39.08%
G=28.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817519600.260.180.0734064.9580.98
HexEEAFC401A1271544151
Octal356257304032227524101121
Binary1110111010101111110001000110101001011110101010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFC4; }

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

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

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

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

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

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

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

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