#ED8DAC

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

Shades of Mauvelous #ED8DAC

Tints of Mauvelous #ED8DAC

Color information

#ED8DAC (or 0xED8DAC) is unknown color: approx Mauvelous. HEX triplet: ED, 8D and AC. RGB value is (237,141,172). Sum of RGB (Red+Green+Blue) = 237+141+172=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8DAC is #127253. Grayscale: #ADADAD. Windows color (decimal): -1208916 or 11308525. OLE color: 11308525.

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

Color convert

RGB237141172-
CMYK00.410.270.07
HSL340.62º72.73%74.12%-
HSV(B)340.62º40.51%92.94%-
XYZ51.940.0344.02-
YUV173.24127.3173.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=43.09%
G=25.64%
B=31.27%

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
Decimal23714117200.410.270.07340.6272.7374.12
HexED8DAC0291B7155494a
Octal355215254051337525111112
Binary11101101100011011010110001010011101111110101010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DAC; }

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

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

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

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

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

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

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

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