#ED97A5

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

Shades of Mauvelous #ED97A5

Tints of Mauvelous #ED97A5

Color information

#ED97A5 (or 0xED97A5) is unknown color: approx Mauvelous. HEX triplet: ED, 97 and A5. RGB value is (237,151,165). Sum of RGB (Red+Green+Blue) = 237+151+165=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED97A5 is #12685A. Grayscale: #B2B2B2. Windows color (decimal): -1206363 or 10852333. OLE color: 10852333.

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

Color convert

RGB237151165-
CMYK00.360.300.07
HSL350.23º70.49%76.08%-
HSV(B)350.23º36.29%92.94%-
XYZ52.7842.8541.09-
YUV178.31120.49169.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 165 (64.84% from 255) = 29.84%
R=42.86%
G=27.31%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715116500.360.300.07350.2370.4976.08
HexED97A50241E715e464c
Octal355227245044367536106114
Binary11101101100101111010010101001001111011110101111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97A5; }

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

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

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

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

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

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

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

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