#EFA7BC

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

Shades of Cupid #EFA7BC

Tints of Cupid #EFA7BC

Color information

#EFA7BC (or 0xEFA7BC) is unknown color: approx Cupid. HEX triplet: EF, A7 and BC. RGB value is (239,167,188). Sum of RGB (Red+Green+Blue) = 239+167+188=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7BC is #105843. Grayscale: #BEBEBE. Windows color (decimal): -1071172 or 12363759. OLE color: 12363759.

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

Color convert

RGB239167188-
CMYK00.300.210.06
HSL342.5º69.23%79.61%-
HSV(B)342.5º30.13%93.73%-
XYZ58.4949.6254.07-
YUV190.92126.35162.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 167 (65.62% from 255) = 28.11%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=40.24%
G=28.11%
B=31.65%

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
Decimal23916718800.300.210.06342.569.2379.61
HexEFA7BC01E1561564550
Octal357247274036256526105120
Binary1110111110100111101111000111101010111010101011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7BC; }

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

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

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

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

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

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

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

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