#EFAEC0

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

Shades of Cupid #EFAEC0

Tints of Cupid #EFAEC0

Color information

#EFAEC0 (or 0xEFAEC0) is unknown color: approx Cupid. HEX triplet: EF, AE and C0. RGB value is (239,174,192). Sum of RGB (Red+Green+Blue) = 239+174+192=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC0 is #10513F. Grayscale: #C3C3C3. Windows color (decimal): -1069376 or 12627695. OLE color: 12627695.

HSL color Cylindrical-coordinate representation of color #EFAEC0: hue angle of 343.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEC0 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239174192-
CMYK00.270.200.06
HSL343.38º67.01%80.98%-
HSV(B)343.38º27.2%93.73%-
XYZ60.2552.4356.81-
YUV195.49126.03159.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=39.50%
G=28.76%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917419200.270.200.06343.3867.0180.98
HexEFAEC001B1461574351
Octal357256300033246527103121
Binary1110111110101110110000000110111010011010101011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEC0; }

 p { color: rgb(239,174,192); }

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

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

 a { background-color: rgb(239,174,192); }

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

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

 span { border-color: rgb(239,174,192); }

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