#EFACB9

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

Shades of Cupid #EFACB9

Tints of Cupid #EFACB9

Color information

#EFACB9 (or 0xEFACB9) is unknown color: approx Cupid. HEX triplet: EF, AC and B9. RGB value is (239,172,185). Sum of RGB (Red+Green+Blue) = 239+172+185=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACB9 is #105346. Grayscale: #C1C1C1. Windows color (decimal): -1069895 or 12168431. OLE color: 12168431.

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

Color convert

RGB239172185-
CMYK00.280.230.06
HSL348.36º67.68%80.59%-
HSV(B)348.36º28.03%93.73%-
XYZ59.1151.3652.7-
YUV193.52123.2160.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=40.10%
G=28.86%
B=31.04%

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
Decimal23917218500.280.230.06348.3667.6880.59
HexEFACB901C17615c4451
Octal357254271034276534104121
Binary1110111110101100101110010111001011111010101110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACB9; }

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

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

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

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

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

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

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

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