#ED88AE

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

Shades of Mauvelous #ED88AE

Tints of Mauvelous #ED88AE

Color information

#ED88AE (or 0xED88AE) is unknown color: approx Mauvelous. HEX triplet: ED, 88 and AE. RGB value is (237,136,174). Sum of RGB (Red+Green+Blue) = 237+136+174=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED88AE is #127751. Grayscale: #AAAAAA. Windows color (decimal): -1210194 or 11438317. OLE color: 11438317.

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

Color convert

RGB237136174-
CMYK00.430.270.07
HSL337.43º73.72%73.14%-
HSV(B)337.43º42.62%92.94%-
XYZ51.3738.6744.8-
YUV170.53129.96175.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=43.33%
G=24.86%
B=31.81%

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
Decimal23713617400.430.270.07337.4373.7273.14
HexED88AE02B1B71514a49
Octal355210256053337521112111
Binary11101101100010001010111001010111101111110101000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88AE; }

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

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

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

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

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

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

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

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