#EEAEC4

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

Shades of Cupid #EEAEC4

Tints of Cupid #EEAEC4

Color information

#EEAEC4 (or 0xEEAEC4) is unknown color: approx Cupid. HEX triplet: EE, AE and C4. RGB value is (238,174,196). Sum of RGB (Red+Green+Blue) = 238+174+196=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEC4 is #11513B. Grayscale: #C3C3C3. Windows color (decimal): -1134908 or 12889838. OLE color: 12889838.

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

Color convert

RGB238174196-
CMYK00.270.180.07
HSL339.38º65.31%80.78%-
HSV(B)339.38º26.89%93.33%-
XYZ60.3652.4359.16-
YUV195.64128.2158.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=39.14%
G=28.62%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817419600.270.180.07339.3865.3180.78
HexEEAEC401B1271534151
Octal356256304033227523101121
Binary1110111010101110110001000110111001011110101001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEC4; }

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

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

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

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

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

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

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

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