#EFAEC7

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

Shades of Cupid #EFAEC7

Tints of Cupid #EFAEC7

Color information

#EFAEC7 (or 0xEFAEC7) is unknown color: approx Cupid. HEX triplet: EF, AE and C7. RGB value is (239,174,199). Sum of RGB (Red+Green+Blue) = 239+174+199=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC7 is #105138. Grayscale: #C4C4C4. Windows color (decimal): -1069369 or 13086447. OLE color: 13086447.

HSL color Cylindrical-coordinate representation of color #EFAEC7: hue angle of 336.92º 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 #EFAEC7 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239174199-
CMYK00.270.170.06
HSL336.92º67.01%80.98%-
HSV(B)336.92º27.2%93.73%-
XYZ61.0452.7561-
YUV196.28129.53158.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=39.05%
G=28.43%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917419900.270.170.06336.9267.0180.98
HexEFAEC701B1161514351
Octal357256307033216521103121
Binary1110111110101110110001110110111000111010101000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEC7; }

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

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

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

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

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

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

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

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