#EFAFBA

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

Shades of Cupid #EFAFBA

Tints of Cupid #EFAFBA

Color information

#EFAFBA (or 0xEFAFBA) is unknown color: approx Cupid. HEX triplet: EF, AF and BA. RGB value is (239,175,186). Sum of RGB (Red+Green+Blue) = 239+175+186=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFBA is #105045. Grayscale: #C3C3C3. Windows color (decimal): -1069126 or 12234735. OLE color: 12234735.

HSL color Cylindrical-coordinate representation of color #EFAFBA: hue angle of 349.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFBA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239175186-
CMYK00.270.220.06
HSL349.69º66.67%81.18%-
HSV(B)349.69º26.78%93.73%-
XYZ59.7952.5653.45-
YUV195.39122.7159.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 186 (73.05% from 255) = 31%
R=39.83%
G=29.17%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917518600.270.220.06349.6966.6781.18
HexEFAFBA01B16615e4351
Octal357257272033266536103121
Binary1110111110101111101110100110111011011010101111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFBA; }

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

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

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

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

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

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

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

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