#EFABC5

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

Shades of Cupid #EFABC5

Tints of Cupid #EFABC5

Color information

#EFABC5 (or 0xEFABC5) is unknown color: approx Cupid. HEX triplet: EF, AB and C5. RGB value is (239,171,197). Sum of RGB (Red+Green+Blue) = 239+171+197=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC5 is #10543A. Grayscale: #C2C2C2. Windows color (decimal): -1070139 or 12954607. OLE color: 12954607.

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

Color convert

RGB239171197-
CMYK00.280.180.06
HSL337.06º68%80.39%-
HSV(B)337.06º28.45%93.73%-
XYZ60.2451.5159.59-
YUV194.3129.53159.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=39.37%
G=28.17%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917119700.280.180.06337.066880.39
HexEFABC501C1261514450
Octal357253305034226521104120
Binary1110111110101011110001010111001001011010101000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABC5; }

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

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

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

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

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

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

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

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