#ED97F9

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

Shades of Violet #ED97F9

Tints of Violet #ED97F9

Color information

#ED97F9 (or 0xED97F9) is unknown color: approx Violet. HEX triplet: ED, 97 and F9. RGB value is (237,151,249). Sum of RGB (Red+Green+Blue) = 237+151+249=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 151 (59.38% from 255 or 23.70% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED97F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED97F9 is #126806. Grayscale: #BBBBBB. Windows color (decimal): -1206279 or 16357357. OLE color: 16357357.

HSL color Cylindrical-coordinate representation of color #ED97F9: hue angle of 292.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED97F9 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237151249-
CMYK0.050.3900.02
HSL292.65º89.09%78.43%-
HSV(B)292.65º39.36%97.65%-
XYZ63.0946.9895.36-
YUV187.89162.49163.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 151 (59.38% from 255) = 23.70%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=37.21%
G=23.70%
B=39.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371512490.050.3900.02292.6589.0978.43
HexED97F952702125594e
Octal35522737154702445131116
Binary11101101100101111111100110110011101010010010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED97F9; }

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

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

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

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

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

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

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

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