#ED87A4

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

Shades of Mauvelous #ED87A4

Tints of Mauvelous #ED87A4

Color information

#ED87A4 (or 0xED87A4) is unknown color: approx Mauvelous. HEX triplet: ED, 87 and A4. RGB value is (237,135,164). Sum of RGB (Red+Green+Blue) = 237+135+164=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED87A4 is #12785B. Grayscale: #A8A8A8. Windows color (decimal): -1210460 or 10782701. OLE color: 10782701.

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

Color convert

RGB237135164-
CMYK00.430.310.07
HSL342.94º73.91%72.94%-
HSV(B)342.94º43.04%92.94%-
XYZ50.2938.0139.81-
YUV168.8125.29176.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=44.22%
G=25.19%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713516400.430.310.07342.9473.9172.94
HexED87A402B1F71574a49
Octal355207244053377527112111
Binary11101101100001111010010001010111111111110101011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED87A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED87A4; }

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

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

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

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

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

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

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

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