#EFA5BC

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

Shades of Cupid #EFA5BC

Tints of Cupid #EFA5BC

Color information

#EFA5BC (or 0xEFA5BC) is unknown color: approx Cupid. HEX triplet: EF, A5 and BC. RGB value is (239,165,188). Sum of RGB (Red+Green+Blue) = 239+165+188=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5BC is #105A43. Grayscale: #BDBDBD. Windows color (decimal): -1071684 or 12363247. OLE color: 12363247.

HSL color Cylindrical-coordinate representation of color #EFA5BC: hue angle of 341.35º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5BC is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239165188-
CMYK00.310.210.06
HSL341.35º69.81%79.22%-
HSV(B)341.35º30.96%93.73%-
XYZ58.1348.8953.95-
YUV189.75127.02163.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=40.37%
G=27.87%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916518800.310.210.06341.3569.8179.22
HexEFA5BC01F156155464f
Octal357245274037256525106117
Binary1110111110100101101111000111111010111010101010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5BC; }

 p { color: rgb(239,165,188); }

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

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

 a { background-color: rgb(239,165,188); }

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

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

 span { border-color: rgb(239,165,188); }

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