#ED93A3

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

Shades of Mauvelous #ED93A3

Tints of Mauvelous #ED93A3

Color information

#ED93A3 (or 0xED93A3) is unknown color: approx Mauvelous. HEX triplet: ED, 93 and A3. RGB value is (237,147,163). Sum of RGB (Red+Green+Blue) = 237+147+163=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED93A3 is #126C5C. Grayscale: #AFAFAF. Windows color (decimal): -1207389 or 10720237. OLE color: 10720237.

HSL color Cylindrical-coordinate representation of color #ED93A3: hue angle of 349.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED93A3 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB237147163-
CMYK00.380.310.07
HSL349.33º71.43%75.29%-
HSV(B)349.33º37.97%92.94%-
XYZ51.9741.5239.92-
YUV175.73120.82171.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 163 (64.06% from 255) = 29.80%
R=43.33%
G=26.87%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714716300.380.310.07349.3371.4375.29
HexED93A30261F715d474b
Octal355223243046377535107113
Binary11101101100100111010001101001101111111110101110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED93A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED93A3; }

 p { color: rgb(237,147,163); }

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

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

 a { background-color: rgb(237,147,163); }

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

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

 span { border-color: rgb(237,147,163); }

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