#EA97A6

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

Shades of Mauvelous #EA97A6

Tints of Mauvelous #EA97A6

Color information

#EA97A6 (or 0xEA97A6) is unknown color: approx Mauvelous. HEX triplet: EA, 97 and A6. RGB value is (234,151,166). Sum of RGB (Red+Green+Blue) = 234+151+166=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA97A6 is #156859. Grayscale: #B1B1B1. Windows color (decimal): -1402970 or 10917866. OLE color: 10917866.

HSL color Cylindrical-coordinate representation of color #EA97A6: hue angle of 349.16º 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 #EA97A6 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234151166-
CMYK00.350.290.08
HSL349.16º66.4%75.49%-
HSV(B)349.16º35.47%91.76%-
XYZ51.8842.3841.52-
YUV177.53121.5168.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 166 (65.23% from 255) = 30.13%
R=42.47%
G=27.40%
B=30.13%

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
Decimal23415116600.350.290.08349.1666.475.49
HexEA97A60231D815d424b
Octal3522272460433510535102113
Binary111010101001011110100110010001111101100010101110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97A6; }

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

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

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

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

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

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

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

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