#EFA6BC

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

Shades of Cupid #EFA6BC

Tints of Cupid #EFA6BC

Color information

#EFA6BC (or 0xEFA6BC) is unknown color: approx Cupid. HEX triplet: EF, A6 and BC. RGB value is (239,166,188). Sum of RGB (Red+Green+Blue) = 239+166+188=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6BC is #105943. Grayscale: #BEBEBE. Windows color (decimal): -1071428 or 12363503. OLE color: 12363503.

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

Color convert

RGB239166188-
CMYK00.310.210.06
HSL341.92º69.52%79.41%-
HSV(B)341.92º30.54%93.73%-
XYZ58.3149.2554.01-
YUV190.33126.68162.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=40.30%
G=27.99%
B=31.70%

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
Decimal23916618800.310.210.06341.9269.5279.41
HexEFA6BC01F156156464f
Octal357246274037256526106117
Binary1110111110100110101111000111111010111010101011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6BC; }

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

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

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

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

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

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

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

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