#EA88AD

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

Shades of Mauvelous #EA88AD

Tints of Mauvelous #EA88AD

Color information

#EA88AD (or 0xEA88AD) is unknown color: approx Mauvelous. HEX triplet: EA, 88 and AD. RGB value is (234,136,173). Sum of RGB (Red+Green+Blue) = 234+136+173=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA88AD is #157752. Grayscale: #A9A9A9. Windows color (decimal): -1406803 or 11372778. OLE color: 11372778.

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

Color convert

RGB234136173-
CMYK00.420.260.08
HSL337.35º70%72.55%-
HSV(B)337.35º41.88%91.76%-
XYZ50.2838.1244.24-
YUV169.52129.97173.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=43.09%
G=25.05%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413617300.420.260.08337.357072.55
HexEA88AD02A1A81514649
Octal3522102550523210521106111
Binary111010101000100010101101010101011010100010101000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88AD; }

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

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

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

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

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

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

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

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