#EFACBB

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

Shades of Cupid #EFACBB

Tints of Cupid #EFACBB

Color information

#EFACBB (or 0xEFACBB) is unknown color: approx Cupid. HEX triplet: EF, AC and BB. RGB value is (239,172,187). Sum of RGB (Red+Green+Blue) = 239+172+187=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACBB is #105344. Grayscale: #C1C1C1. Windows color (decimal): -1069893 or 12299503. OLE color: 12299503.

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

Color convert

RGB239172187-
CMYK00.280.220.06
HSL346.57º67.68%80.59%-
HSV(B)346.57º28.03%93.73%-
XYZ59.3251.4453.82-
YUV193.74124.2160.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=39.97%
G=28.76%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917218700.280.220.06346.5767.6880.59
HexEFACBB01C16615b4451
Octal357254273034266533104121
Binary1110111110101100101110110111001011011010101101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACBB; }

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

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

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

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

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

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

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

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