#EF95A7

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

Shades of Mauvelous #EF95A7

Tints of Mauvelous #EF95A7

Color information

#EF95A7 (or 0xEF95A7) is unknown color: approx Mauvelous. HEX triplet: EF, 95 and A7. RGB value is (239,149,167). Sum of RGB (Red+Green+Blue) = 239+149+167=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95A7 is #106A58. Grayscale: #B1B1B1. Windows color (decimal): -1075801 or 10982895. OLE color: 10982895.

HSL color Cylindrical-coordinate representation of color #EF95A7: hue angle of 348º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95A7 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239149167-
CMYK00.380.300.06
HSL348º73.77%76.08%-
HSV(B)348º37.66%93.73%-
XYZ53.3242.6441.98-
YUV177.96121.82171.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=43.06%
G=26.85%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914916700.380.300.0634873.7776.08
HexEF95A70261E615c4a4c
Octal357225247046366534112114
Binary11101111100101011010011101001101111011010101110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95A7; }

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

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

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

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

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

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

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

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