#EA84AD

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

Shades of Mauvelous #EA84AD

Tints of Mauvelous #EA84AD

Color information

#EA84AD (or 0xEA84AD) is unknown color: approx Mauvelous. HEX triplet: EA, 84 and AD. RGB value is (234,132,173). Sum of RGB (Red+Green+Blue) = 234+132+173=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84AD is #157B52. Grayscale: #A7A7A7. Windows color (decimal): -1407827 or 11371754. OLE color: 11371754.

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

Color convert

RGB234132173-
CMYK00.440.260.08
HSL335.88º70.83%71.76%-
HSV(B)335.88º43.59%91.76%-
XYZ49.7337.0144.06-
YUV167.17131.29175.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=43.41%
G=24.49%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413217300.440.260.08335.8870.8371.76
HexEA84AD02C1A81504748
Octal3522042550543210520107110
Binary111010101000010010101101010110011010100010101000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84AD; }

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

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

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

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

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

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

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

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