#EFA7BD

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

Shades of Cupid #EFA7BD

Tints of Cupid #EFA7BD

Color information

#EFA7BD (or 0xEFA7BD) is unknown color: approx Cupid. HEX triplet: EF, A7 and BD. RGB value is (239,167,189). Sum of RGB (Red+Green+Blue) = 239+167+189=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7BD is #105842. Grayscale: #BFBFBF. Windows color (decimal): -1071171 or 12429295. OLE color: 12429295.

HSL color Cylindrical-coordinate representation of color #EFA7BD: hue angle of 341.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7BD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239167189-
CMYK00.300.210.06
HSL341.67º69.23%79.61%-
HSV(B)341.67º30.13%93.73%-
XYZ58.649.6654.64-
YUV191.04126.85162.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 167 (65.62% from 255) = 28.07%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=40.17%
G=28.07%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916718900.300.210.06341.6769.2379.61
HexEFA7BD01E1561564550
Octal357247275036256526105120
Binary1110111110100111101111010111101010111010101011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7BD; }

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

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

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

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

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

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

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

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