#EFABBA

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

Shades of Cupid #EFABBA

Tints of Cupid #EFABBA

Color information

#EFABBA (or 0xEFABBA) is unknown color: approx Cupid. HEX triplet: EF, AB and BA. RGB value is (239,171,186). Sum of RGB (Red+Green+Blue) = 239+171+186=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABBA is #105445. Grayscale: #C1C1C1. Windows color (decimal): -1070150 or 12233711. OLE color: 12233711.

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

Color convert

RGB239171186-
CMYK00.280.220.06
HSL346.76º68%80.39%-
HSV(B)346.76º28.45%93.73%-
XYZ59.0251.0253.19-
YUV193.04124.03160.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=40.10%
G=28.69%
B=31.21%

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
Decimal23917118600.280.220.06346.766880.39
HexEFABBA01C16615b4450
Octal357253272034266533104120
Binary1110111110101011101110100111001011011010101101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABBA; }

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

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

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

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

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

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

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

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