#EFA9BC

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

Shades of Cupid #EFA9BC

Tints of Cupid #EFA9BC

Color information

#EFA9BC (or 0xEFA9BC) is unknown color: approx Cupid. HEX triplet: EF, A9 and BC. RGB value is (239,169,188). Sum of RGB (Red+Green+Blue) = 239+169+188=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9BC is #105643. Grayscale: #C0C0C0. Windows color (decimal): -1070660 or 12364271. OLE color: 12364271.

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

Color convert

RGB239169188-
CMYK00.290.210.06
HSL343.71º68.63%80%-
HSV(B)343.71º29.29%93.73%-
XYZ58.8650.3654.19-
YUV192.1125.69161.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=40.10%
G=28.36%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916918800.290.210.06343.7168.6380
HexEFA9BC01D1561584550
Octal357251274035256530105120
Binary1110111110101001101111000111011010111010101100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9BC; }

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

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

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

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

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

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

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

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