#ED91F9

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

Shades of Violet #ED91F9

Tints of Violet #ED91F9

Color information

#ED91F9 (or 0xED91F9) is unknown color: approx Violet. HEX triplet: ED, 91 and F9. RGB value is (237,145,249). Sum of RGB (Red+Green+Blue) = 237+145+249=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 145 (57.03% from 255 or 22.98% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED91F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91F9 is #126E06. Grayscale: #B8B8B8. Windows color (decimal): -1207815 or 16355821. OLE color: 16355821.

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

Color convert

RGB237145249-
CMYK0.050.4200.02
HSL293.08º89.66%77.25%-
HSV(B)293.08º41.77%97.65%-
XYZ62.1545.0995.05-
YUV184.36164.48165.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 145 (57.03% from 255) = 22.98%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=37.56%
G=22.98%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371452490.050.4200.02293.0889.6677.25
HexED91F952A021255a4d
Octal35522137155202445132115
Binary11101101100100011111100110110101001010010010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91F9; }

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

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

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

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

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

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

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

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