#EA95A7

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

Shades of Mauvelous #EA95A7

Tints of Mauvelous #EA95A7

Color information

#EA95A7 (or 0xEA95A7) is unknown color: approx Mauvelous. HEX triplet: EA, 95 and A7. RGB value is (234,149,167). Sum of RGB (Red+Green+Blue) = 234+149+167=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA95A7 is #156A58. Grayscale: #B0B0B0. Windows color (decimal): -1403481 or 10982890. OLE color: 10982890.

HSL color Cylindrical-coordinate representation of color #EA95A7: hue angle of 347.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95A7 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234149167-
CMYK00.360.290.08
HSL347.29º66.93%75.1%-
HSV(B)347.29º36.32%91.76%-
XYZ51.6541.7841.9-
YUV176.47122.66169.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=42.55%
G=27.09%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414916700.360.290.08347.2966.9375.1
HexEA95A70241D815b434b
Octal3522252470443510533103113
Binary111010101001010110100111010010011101100010101101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95A7; }

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

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

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

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

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

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

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

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