#ED98A6

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

Shades of Mauvelous #ED98A6

Tints of Mauvelous #ED98A6

Color information

#ED98A6 (or 0xED98A6) is unknown color: approx Mauvelous. HEX triplet: ED, 98 and A6. RGB value is (237,152,166). Sum of RGB (Red+Green+Blue) = 237+152+166=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98A6 is #126759. Grayscale: #B3B3B3. Windows color (decimal): -1206106 or 10918125. OLE color: 10918125.

HSL color Cylindrical-coordinate representation of color #ED98A6: hue angle of 350.12º 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 #ED98A6 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB237152166-
CMYK00.360.300.07
HSL350.12º70.25%76.27%-
HSV(B)350.12º35.86%92.94%-
XYZ53.0443.2141.62-
YUV179.01120.66169.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=42.70%
G=27.39%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715216600.360.300.07350.1270.2576.27
HexED98A60241E715e464c
Octal355230246044367536106114
Binary11101101100110001010011001001001111011110101111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98A6; }

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

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

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

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

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

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

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

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