#ED97E9

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

Shades of Violet #ED97E9

Tints of Violet #ED97E9

Color information

#ED97E9 (or 0xED97E9) is unknown color: approx Violet. HEX triplet: ED, 97 and E9. RGB value is (237,151,233). Sum of RGB (Red+Green+Blue) = 237+151+233=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97E9 is #126816. Grayscale: #B9B9B9. Windows color (decimal): -1206295 or 15308781. OLE color: 15308781.

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

Color convert

RGB237151233-
CMYK00.360.020.07
HSL302.79º70.49%76.08%-
HSV(B)302.79º36.29%92.94%-
XYZ60.746.0282.77-
YUV186.06154.49164.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 151 (59.38% from 255) = 24.32%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=38.16%
G=24.32%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715123300.360.020.07302.7970.4976.08
HexED97E90242712f464c
Octal35522735104427457106114
Binary11101101100101111110100101001001011110010111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97E9; }

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

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

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

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

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

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

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

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