#EF91AB

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

Shades of Mauvelous #EF91AB

Tints of Mauvelous #EF91AB

Color information

#EF91AB (or 0xEF91AB) is unknown color: approx Mauvelous. HEX triplet: EF, 91 and AB. RGB value is (239,145,171). Sum of RGB (Red+Green+Blue) = 239+145+171=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF91AB is #106E54. Grayscale: #B0B0B0. Windows color (decimal): -1076821 or 11244015. OLE color: 11244015.

HSL color Cylindrical-coordinate representation of color #EF91AB: hue angle of 343.4º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91AB is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239145171-
CMYK00.390.280.06
HSL343.4º74.6%75.29%-
HSV(B)343.4º39.33%93.73%-
XYZ53.0741.5443.75-
YUV176.07125.14172.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=43.06%
G=26.13%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914517100.390.280.06343.474.675.29
HexEF91AB0271C61574b4b
Octal357221253047346527113113
Binary11101111100100011010101101001111110011010101011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91AB; }

 p { color: rgb(239,145,171); }

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

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

 a { background-color: rgb(239,145,171); }

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

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

 span { border-color: rgb(239,145,171); }

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