#EA97A5

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

Shades of Mauvelous #EA97A5

Tints of Mauvelous #EA97A5

Color information

#EA97A5 (or 0xEA97A5) is unknown color: approx Mauvelous. HEX triplet: EA, 97 and A5. RGB value is (234,151,165). Sum of RGB (Red+Green+Blue) = 234+151+165=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA97A5 is #15685A. Grayscale: #B1B1B1. Windows color (decimal): -1402971 or 10852330. OLE color: 10852330.

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

Color convert

RGB234151165-
CMYK00.350.290.08
HSL349.88º66.4%75.49%-
HSV(B)349.88º35.47%91.76%-
XYZ51.7942.3441.04-
YUV177.41121168.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 165 (64.84% from 255) = 30%
R=42.55%
G=27.45%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415116500.350.290.08349.8866.475.49
HexEA97A50231D815e424b
Octal3522272450433510536102113
Binary111010101001011110100101010001111101100010101111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97A5; }

 p { color: rgb(234,151,165); }

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

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

 a { background-color: rgb(234,151,165); }

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

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

 span { border-color: rgb(234,151,165); }

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