#ED91FF

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

Shades of Violet #ED91FF

Tints of Violet #ED91FF

Color information

#ED91FF (or 0xED91FF) is unknown color: approx Violet. HEX triplet: ED, 91 and FF. RGB value is (237,145,255). Sum of RGB (Red+Green+Blue) = 237+145+255=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 145 (57.03% from 255 or 22.76% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED91FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91FF is #126E00. Grayscale: #B8B8B8. Windows color (decimal): -1207809 or 16749037. OLE color: 16749037.

HSL color Cylindrical-coordinate representation of color #ED91FF: hue angle of 290.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED91FF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237145255-
CMYK0.070.4300
HSL290.18º100%78.43%-
HSV(B)290.18º43.14%100%-
XYZ63.145.48100.06-
YUV185.05167.48165.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 145 (57.03% from 255) = 22.76%
BLUE value IS 255 (100% from 255) = 40.03%
R=37.21%
G=22.76%
B=40.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371452550.070.4300290.1810078.43
HexED91FF72B00122644e
Octal35522137775300442144116
Binary1110110110010001111111111111010110010010001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91FF; }

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

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

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

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

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

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

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

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