#EFA8BD

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

Shades of Cupid #EFA8BD

Tints of Cupid #EFA8BD

Color information

#EFA8BD (or 0xEFA8BD) is unknown color: approx Cupid. HEX triplet: EF, A8 and BD. RGB value is (239,168,189). Sum of RGB (Red+Green+Blue) = 239+168+189=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BD is #105742. Grayscale: #BFBFBF. Windows color (decimal): -1070915 or 12429551. OLE color: 12429551.

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

Color convert

RGB239168189-
CMYK00.300.210.06
HSL342.25º68.93%79.8%-
HSV(B)342.25º29.71%93.73%-
XYZ58.7850.0354.7-
YUV191.62126.52161.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=40.10%
G=28.19%
B=31.71%

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
Decimal23916818900.300.210.06342.2568.9379.8
HexEFA8BD01E1561564550
Octal357250275036256526105120
Binary1110111110101000101111010111101010111010101011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8BD; }

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

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

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

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

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

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

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

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