#EA8AAD

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

Shades of Mauvelous #EA8AAD

Tints of Mauvelous #EA8AAD

Color information

#EA8AAD (or 0xEA8AAD) is unknown color: approx Mauvelous. HEX triplet: EA, 8A and AD. RGB value is (234,138,173). Sum of RGB (Red+Green+Blue) = 234+138+173=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8AAD is #157552. Grayscale: #AAAAAA. Windows color (decimal): -1406291 or 11373290. OLE color: 11373290.

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

Color convert

RGB234138173-
CMYK00.410.260.08
HSL338.12º69.57%72.94%-
HSV(B)338.12º41.03%91.76%-
XYZ50.5638.6944.34-
YUV170.69129.3173.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=42.94%
G=25.32%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413817300.410.260.08338.1269.5772.94
HexEA8AAD0291A81524649
Octal3522122550513210522106111
Binary111010101000101010101101010100111010100010101001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8AAD; }

 p { color: rgb(234,138,173); }

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

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

 a { background-color: rgb(234,138,173); }

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

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

 span { border-color: rgb(234,138,173); }

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