#ED90A5

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

Shades of Mauvelous #ED90A5

Tints of Mauvelous #ED90A5

Color information

#ED90A5 (or 0xED90A5) is unknown color: approx Mauvelous. HEX triplet: ED, 90 and A5. RGB value is (237,144,165). Sum of RGB (Red+Green+Blue) = 237+144+165=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90A5 is #126F5A. Grayscale: #AEAEAE. Windows color (decimal): -1208155 or 10850541. OLE color: 10850541.

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

Color convert

RGB237144165-
CMYK00.390.300.07
HSL346.45º72.09%74.71%-
HSV(B)346.45º39.24%92.94%-
XYZ51.6940.6740.72-
YUV174.2122.81172.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=43.41%
G=26.37%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714416500.390.300.07346.4572.0974.71
HexED90A50271E715a484b
Octal355220245047367532110113
Binary11101101100100001010010101001111111011110101101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90A5; }

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

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

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

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

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

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

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

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