#EFABBB

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

Shades of Cupid #EFABBB

Tints of Cupid #EFABBB

Color information

#EFABBB (or 0xEFABBB) is unknown color: approx Cupid. HEX triplet: EF, AB and BB. RGB value is (239,171,187). Sum of RGB (Red+Green+Blue) = 239+171+187=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABBB is #105444. Grayscale: #C1C1C1. Windows color (decimal): -1070149 or 12299247. OLE color: 12299247.

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

Color convert

RGB239171187-
CMYK00.280.220.06
HSL345.88º68%80.39%-
HSV(B)345.88º28.45%93.73%-
XYZ59.1351.0653.75-
YUV193.16124.53160.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=40.03%
G=28.64%
B=31.32%

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
Decimal23917118700.280.220.06345.886880.39
HexEFABBB01C16615a4450
Octal357253273034266532104120
Binary1110111110101011101110110111001011011010101101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABBB; }

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

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

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

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

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

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

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

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