#EFABB8

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

Shades of Cupid #EFABB8

Tints of Cupid #EFABB8

Color information

#EFABB8 (or 0xEFABB8) is unknown color: approx Cupid. HEX triplet: EF, AB and B8. RGB value is (239,171,184). Sum of RGB (Red+Green+Blue) = 239+171+184=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABB8 is #105447. Grayscale: #C0C0C0. Windows color (decimal): -1070152 or 12102639. OLE color: 12102639.

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

Color convert

RGB239171184-
CMYK00.280.230.06
HSL348.53º68%80.39%-
HSV(B)348.53º28.45%93.73%-
XYZ58.8150.9452.08-
YUV192.81123.03160.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=40.24%
G=28.79%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917118400.280.230.06348.536880.39
HexEFABB801C17615d4450
Octal357253270034276535104120
Binary1110111110101011101110000111001011111010101110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABB8; }

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

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

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

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

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

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

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

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