#ED98A9

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

Shades of Mauvelous #ED98A9

Tints of Mauvelous #ED98A9

Color information

#ED98A9 (or 0xED98A9) is unknown color: approx Mauvelous. HEX triplet: ED, 98 and A9. RGB value is (237,152,169). Sum of RGB (Red+Green+Blue) = 237+152+169=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98A9 is #126756. Grayscale: #B3B3B3. Windows color (decimal): -1206103 or 11114733. OLE color: 11114733.

HSL color Cylindrical-coordinate representation of color #ED98A9: hue angle of 348º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98A9 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237152169-
CMYK00.360.290.07
HSL348º70.25%76.27%-
HSV(B)348º35.86%92.94%-
XYZ53.3143.3343.09-
YUV179.35122.16169.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 169 (66.41% from 255) = 30.29%
R=42.47%
G=27.24%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715216900.360.290.0734870.2576.27
HexED98A90241D715c464c
Octal355230251044357534106114
Binary11101101100110001010100101001001110111110101110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98A9; }

 p { color: rgb(237,152,169); }

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

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

 a { background-color: rgb(237,152,169); }

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

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

 span { border-color: rgb(237,152,169); }

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