#EA90A5

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

Shades of Mauvelous #EA90A5

Tints of Mauvelous #EA90A5

Color information

#EA90A5 (or 0xEA90A5) is unknown color: approx Mauvelous. HEX triplet: EA, 90 and A5. RGB value is (234,144,165). Sum of RGB (Red+Green+Blue) = 234+144+165=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA90A5 is #156F5A. Grayscale: #ADADAD. Windows color (decimal): -1404763 or 10850538. OLE color: 10850538.

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

Color convert

RGB234144165-
CMYK00.380.290.08
HSL346º68.18%74.12%-
HSV(B)346º38.46%91.76%-
XYZ50.740.1640.68-
YUV173.3123.32171.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=43.09%
G=26.52%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414416500.380.290.0834668.1874.12
HexEA90A50261D815a444a
Octal3522202450463510532104112
Binary111010101001000010100101010011011101100010101101010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90A5; }

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

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

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

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

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

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

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

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