#ED8DAD

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

Shades of Mauvelous #ED8DAD

Tints of Mauvelous #ED8DAD

Color information

#ED8DAD (or 0xED8DAD) is unknown color: approx Mauvelous. HEX triplet: ED, 8D and AD. RGB value is (237,141,173). Sum of RGB (Red+Green+Blue) = 237+141+173=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8DAD is #127252. Grayscale: #ADADAD. Windows color (decimal): -1208915 or 11374061. OLE color: 11374061.

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

Color convert

RGB237141173-
CMYK00.410.270.07
HSL340º72.73%74.12%-
HSV(B)340º40.51%92.94%-
XYZ51.9940.0744.53-
YUV173.35127.8173.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=43.01%
G=25.59%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714117300.410.270.0734072.7374.12
HexED8DAD0291B7154494a
Octal355215255051337524111112
Binary11101101100011011010110101010011101111110101010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DAD; }

 p { color: rgb(237,141,173); }

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

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

 a { background-color: rgb(237,141,173); }

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

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

 span { border-color: rgb(237,141,173); }

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