#ED88AD

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

Shades of Mauvelous #ED88AD

Tints of Mauvelous #ED88AD

Color information

#ED88AD (or 0xED88AD) is unknown color: approx Mauvelous. HEX triplet: ED, 88 and AD. RGB value is (237,136,173). Sum of RGB (Red+Green+Blue) = 237+136+173=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED88AD is #127752. Grayscale: #AAAAAA. Windows color (decimal): -1210195 or 11372781. OLE color: 11372781.

HSL color Cylindrical-coordinate representation of color #ED88AD: hue angle of 338.02º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED88AD is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237136173-
CMYK00.430.270.07
HSL338.02º73.72%73.14%-
HSV(B)338.02º42.62%92.94%-
XYZ51.2738.6344.29-
YUV170.42129.46175.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=43.41%
G=24.91%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713617300.430.270.07338.0273.7273.14
HexED88AD02B1B71524a49
Octal355210255053337522112111
Binary11101101100010001010110101010111101111110101001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88AD; }

 p { color: rgb(237,136,173); }

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

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

 a { background-color: rgb(237,136,173); }

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

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

 span { border-color: rgb(237,136,173); }

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