#EA8EAC

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

Shades of Mauvelous #EA8EAC

Tints of Mauvelous #EA8EAC

Color information

#EA8EAC (or 0xEA8EAC) is unknown color: approx Mauvelous. HEX triplet: EA, 8E and AC. RGB value is (234,142,172). Sum of RGB (Red+Green+Blue) = 234+142+172=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8EAC is #157153. Grayscale: #ACACAC. Windows color (decimal): -1405268 or 11308778. OLE color: 11308778.

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

Color convert

RGB234142172-
CMYK00.390.260.08
HSL340.43º68.66%73.73%-
HSV(B)340.43º39.32%91.76%-
XYZ51.0539.8244.02-
YUV172.93127.48171.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 142 (55.86% from 255) = 25.91%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=42.70%
G=25.91%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414217200.390.260.08340.4368.6673.73
HexEA8EAC0271A8154454a
Octal3522162540473210524105112
Binary111010101000111010101100010011111010100010101010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EAC; }

 p { color: rgb(234,142,172); }

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

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

 a { background-color: rgb(234,142,172); }

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

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

 span { border-color: rgb(234,142,172); }

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