#ED899F

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

Shades of Mauvelous #ED899F

Tints of Mauvelous #ED899F

Color information

#ED899F (or 0xED899F) is unknown color: approx Mauvelous. HEX triplet: ED, 89 and 9F. RGB value is (237,137,159). Sum of RGB (Red+Green+Blue) = 237+137+159=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED899F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED899F is #127660. Grayscale: #A9A9A9. Windows color (decimal): -1209953 or 10455533. OLE color: 10455533.

HSL color Cylindrical-coordinate representation of color #ED899F: hue angle of 346.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 #ED899F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237137159-
CMYK00.420.330.07
HSL346.8º73.53%73.33%-
HSV(B)346.8º42.19%92.94%-
XYZ50.1338.437.57-
YUV169.41122.13176.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=44.47%
G=25.70%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713715900.420.330.07346.873.5373.33
HexED899F02A21715b4a49
Octal355211237052417533112111
Binary111011011000100110011111010101010000111110101101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED899F; }

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

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

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

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

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

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

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

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