#ED89AE

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

Shades of Mauvelous #ED89AE

Tints of Mauvelous #ED89AE

Color information

#ED89AE (or 0xED89AE) is unknown color: approx Mauvelous. HEX triplet: ED, 89 and AE. RGB value is (237,137,174). Sum of RGB (Red+Green+Blue) = 237+137+174=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED89AE is #127651. Grayscale: #ABABAB. Windows color (decimal): -1209938 or 11438573. OLE color: 11438573.

HSL color Cylindrical-coordinate representation of color #ED89AE: hue angle of 337.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED89AE is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237137174-
CMYK00.420.270.07
HSL337.8º73.53%73.33%-
HSV(B)337.8º42.19%92.94%-
XYZ51.5138.9544.85-
YUV171.12129.63174.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=43.25%
G=25%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713717400.420.270.07337.873.5373.33
HexED89AE02A1B71524a49
Octal355211256052337522112111
Binary11101101100010011010111001010101101111110101001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED89AE; }

 p { color: rgb(237,137,174); }

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

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

 a { background-color: rgb(237,137,174); }

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

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

 span { border-color: rgb(237,137,174); }

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