#EFA8BC

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

Shades of Cupid #EFA8BC

Tints of Cupid #EFA8BC

Color information

#EFA8BC (or 0xEFA8BC) is unknown color: approx Cupid. HEX triplet: EF, A8 and BC. RGB value is (239,168,188). Sum of RGB (Red+Green+Blue) = 239+168+188=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BC is #105743. Grayscale: #BFBFBF. Windows color (decimal): -1070916 or 12364015. OLE color: 12364015.

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

Color convert

RGB239168188-
CMYK00.300.210.06
HSL343.1º68.93%79.8%-
HSV(B)343.1º29.71%93.73%-
XYZ58.6849.9954.13-
YUV191.51126.02161.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=40.17%
G=28.24%
B=31.60%

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
Decimal23916818800.300.210.06343.168.9379.8
HexEFA8BC01E1561574550
Octal357250274036256527105120
Binary1110111110101000101111000111101010111010101011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8BC; }

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

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

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

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

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

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

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

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