#ED90A4

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

Shades of Mauvelous #ED90A4

Tints of Mauvelous #ED90A4

Color information

#ED90A4 (or 0xED90A4) is unknown color: approx Mauvelous. HEX triplet: ED, 90 and A4. RGB value is (237,144,164). Sum of RGB (Red+Green+Blue) = 237+144+164=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90A4 is #126F5B. Grayscale: #AEAEAE. Windows color (decimal): -1208156 or 10785005. OLE color: 10785005.

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

Color convert

RGB237144164-
CMYK00.390.310.07
HSL347.1º72.09%74.71%-
HSV(B)347.1º39.24%92.94%-
XYZ51.640.6340.25-
YUV174.09122.31172.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=43.49%
G=26.42%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714416400.390.310.07347.172.0974.71
HexED90A40271F715b484b
Octal355220244047377533110113
Binary11101101100100001010010001001111111111110101101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90A4; }

 p { color: rgb(237,144,164); }

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

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

 a { background-color: rgb(237,144,164); }

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

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

 span { border-color: rgb(237,144,164); }

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