#EFA5BD

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

Shades of Cupid #EFA5BD

Tints of Cupid #EFA5BD

Color information

#EFA5BD (or 0xEFA5BD) is unknown color: approx Cupid. HEX triplet: EF, A5 and BD. RGB value is (239,165,189). Sum of RGB (Red+Green+Blue) = 239+165+189=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5BD is #105A42. Grayscale: #BDBDBD. Windows color (decimal): -1071683 or 12428783. OLE color: 12428783.

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

Color convert

RGB239165189-
CMYK00.310.210.06
HSL340.54º69.81%79.22%-
HSV(B)340.54º30.96%93.73%-
XYZ58.2448.9454.52-
YUV189.86127.52163.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 165 (64.84% from 255) = 27.82%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=40.30%
G=27.82%
B=31.87%

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
Decimal23916518900.310.210.06340.5469.8179.22
HexEFA5BD01F156155464f
Octal357245275037256525106117
Binary1110111110100101101111010111111010111010101010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5BD; }

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

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

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

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

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

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

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

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