#EA85A3

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

Shades of Mauvelous #EA85A3

Tints of Mauvelous #EA85A3

Color information

#EA85A3 (or 0xEA85A3) is unknown color: approx Mauvelous. HEX triplet: EA, 85 and A3. RGB value is (234,133,163). Sum of RGB (Red+Green+Blue) = 234+133+163=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA85A3 is #157A5C. Grayscale: #A6A6A6. Windows color (decimal): -1407581 or 10716650. OLE color: 10716650.

HSL color Cylindrical-coordinate representation of color #EA85A3: hue angle of 342.18º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85A3 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234133163-
CMYK00.430.300.08
HSL342.18º70.63%71.96%-
HSV(B)342.18º43.16%91.76%-
XYZ48.9336.9139.2-
YUV166.62125.96176.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 163 (64.06% from 255) = 30.75%
R=44.15%
G=25.09%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413316300.430.300.08342.1870.6371.96
HexEA85A302B1E81564748
Octal3522052430533610526107110
Binary111010101000010110100011010101111110100010101011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85A3; }

 p { color: rgb(234,133,163); }

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

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

 a { background-color: rgb(234,133,163); }

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

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

 span { border-color: rgb(234,133,163); }

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