#EA94A5

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

Shades of Mauvelous #EA94A5

Tints of Mauvelous #EA94A5

Color information

#EA94A5 (or 0xEA94A5) is unknown color: approx Mauvelous. HEX triplet: EA, 94 and A5. RGB value is (234,148,165). Sum of RGB (Red+Green+Blue) = 234+148+165=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA94A5 is #156B5A. Grayscale: #AFAFAF. Windows color (decimal): -1403739 or 10851562. OLE color: 10851562.

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

Color convert

RGB234148165-
CMYK00.370.290.08
HSL348.14º67.19%74.9%-
HSV(B)348.14º36.75%91.76%-
XYZ51.3141.3940.88-
YUV175.65121.99169.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=42.78%
G=27.06%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414816500.370.290.08348.1467.1974.9
HexEA94A50251D815c434b
Octal3522242450453510534103113
Binary111010101001010010100101010010111101100010101110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA94A5; }

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

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

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

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

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

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

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

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