#ED90AB

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

Shades of Mauvelous #ED90AB

Tints of Mauvelous #ED90AB

Color information

#ED90AB (or 0xED90AB) is unknown color: approx Mauvelous. HEX triplet: ED, 90 and AB. RGB value is (237,144,171). Sum of RGB (Red+Green+Blue) = 237+144+171=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90AB is #126F54. Grayscale: #AEAEAE. Windows color (decimal): -1208149 or 11243757. OLE color: 11243757.

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

Color convert

RGB237144171-
CMYK00.390.280.07
HSL342.58º72.09%74.71%-
HSV(B)342.58º39.24%92.94%-
XYZ52.2540.8943.67-
YUV174.88125.81172.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=42.93%
G=26.09%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714417100.390.280.07342.5872.0974.71
HexED90AB0271C7157484b
Octal355220253047347527110113
Binary11101101100100001010101101001111110011110101011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90AB; }

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

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

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

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

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

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

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

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