#EFABC0

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

Shades of Cupid #EFABC0

Tints of Cupid #EFABC0

Color information

#EFABC0 (or 0xEFABC0) is unknown color: approx Cupid. HEX triplet: EF, AB and C0. RGB value is (239,171,192). Sum of RGB (Red+Green+Blue) = 239+171+192=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC0 is #10543F. Grayscale: #C1C1C1. Windows color (decimal): -1070144 or 12626927. OLE color: 12626927.

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

Color convert

RGB239171192-
CMYK00.280.200.06
HSL341.47º68%80.39%-
HSV(B)341.47º28.45%93.73%-
XYZ59.6751.2856.62-
YUV193.73127.03160.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=39.70%
G=28.41%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917119200.280.200.06341.476880.39
HexEFABC001C1461554450
Octal357253300034246525104120
Binary1110111110101011110000000111001010011010101010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABC0; }

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

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

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

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

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

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

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

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