#ED97A8

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

Shades of Mauvelous #ED97A8

Tints of Mauvelous #ED97A8

Color information

#ED97A8 (or 0xED97A8) is unknown color: approx Mauvelous. HEX triplet: ED, 97 and A8. RGB value is (237,151,168). Sum of RGB (Red+Green+Blue) = 237+151+168=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED97A8 is #126857. Grayscale: #B2B2B2. Windows color (decimal): -1206360 or 11048941. OLE color: 11048941.

HSL color Cylindrical-coordinate representation of color #ED97A8: hue angle of 348.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED97A8 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237151168-
CMYK00.360.290.07
HSL348.14º70.49%76.08%-
HSV(B)348.14º36.29%92.94%-
XYZ53.0642.9642.54-
YUV178.65121.99169.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 168 (66.02% from 255) = 30.22%
R=42.63%
G=27.16%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715116800.360.290.07348.1470.4976.08
HexED97A80241D715c464c
Octal355227250044357534106114
Binary11101101100101111010100001001001110111110101110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97A8; }

 p { color: rgb(237,151,168); }

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

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

 a { background-color: rgb(237,151,168); }

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

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

 span { border-color: rgb(237,151,168); }

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