#ED8DAB

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

Shades of Mauvelous #ED8DAB

Tints of Mauvelous #ED8DAB

Color information

#ED8DAB (or 0xED8DAB) is unknown color: approx Mauvelous. HEX triplet: ED, 8D and AB. RGB value is (237,141,171). Sum of RGB (Red+Green+Blue) = 237+141+171=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8DAB is #127254. Grayscale: #ADADAD. Windows color (decimal): -1208917 or 11242989. OLE color: 11242989.

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

Color convert

RGB237141171-
CMYK00.410.280.07
HSL341.25º72.73%74.12%-
HSV(B)341.25º40.51%92.94%-
XYZ51.839.9943.52-
YUV173.12126.8173.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=43.17%
G=25.68%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714117100.410.280.07341.2572.7374.12
HexED8DAB0291C7155494a
Octal355215253051347525111112
Binary11101101100011011010101101010011110011110101010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DAB; }

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

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

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

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

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

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

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

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