#EFAAC0

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

Shades of Cupid #EFAAC0

Tints of Cupid #EFAAC0

Color information

#EFAAC0 (or 0xEFAAC0) is unknown color: approx Cupid. HEX triplet: EF, AA and C0. RGB value is (239,170,192). Sum of RGB (Red+Green+Blue) = 239+170+192=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAC0 is #10553F. Grayscale: #C1C1C1. Windows color (decimal): -1070400 or 12626671. OLE color: 12626671.

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

Color convert

RGB239170192-
CMYK00.290.200.06
HSL340.87º68.32%80.2%-
HSV(B)340.87º28.87%93.73%-
XYZ59.4950.9156.56-
YUV193.14127.36160.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=39.77%
G=28.29%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917019200.290.200.06340.8768.3280.2
HexEFAAC001D1461554450
Octal357252300035246525104120
Binary1110111110101010110000000111011010011010101010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAC0; }

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

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

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

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

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

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

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

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