#EFACC7

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

Shades of Cupid #EFACC7

Tints of Cupid #EFACC7

Color information

#EFACC7 (or 0xEFACC7) is unknown color: approx Cupid. HEX triplet: EF, AC and C7. RGB value is (239,172,199). Sum of RGB (Red+Green+Blue) = 239+172+199=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC7 is #105338. Grayscale: #C3C3C3. Windows color (decimal): -1069881 or 13085935. OLE color: 13085935.

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

Color convert

RGB239172199-
CMYK00.280.170.06
HSL335.82º67.68%80.59%-
HSV(B)335.82º28.03%93.73%-
XYZ60.6651.9860.87-
YUV195.11130.2159.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 199 (78.12% from 255) = 32.62%
R=39.18%
G=28.20%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917219900.280.170.06335.8267.6880.59
HexEFACC701C1161504451
Octal357254307034216520104121
Binary1110111110101100110001110111001000111010101000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACC7; }

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

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

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

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

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

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

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

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