#EFAEC8

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

Shades of Cupid #EFAEC8

Tints of Cupid #EFAEC8

Color information

#EFAEC8 (or 0xEFAEC8) is unknown color: approx Cupid. HEX triplet: EF, AE and C8. RGB value is (239,174,200). Sum of RGB (Red+Green+Blue) = 239+174+200=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC8 is #105137. Grayscale: #C4C4C4. Windows color (decimal): -1069368 or 13151983. OLE color: 13151983.

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

Color convert

RGB239174200-
CMYK00.270.160.06
HSL336º67.01%80.98%-
HSV(B)336º27.2%93.73%-
XYZ61.1652.7961.61-
YUV196.4130.03158.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 200 (78.52% from 255) = 32.63%
R=38.99%
G=28.38%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917420000.270.160.0633667.0180.98
HexEFAEC801B1061504351
Octal357256310033206520103121
Binary1110111110101110110010000110111000011010101000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEC8; }

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

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

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

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

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

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

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

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