#ED91FA

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

Shades of Violet #ED91FA

Tints of Violet #ED91FA

Color information

#ED91FA (or 0xED91FA) is unknown color: approx Violet. HEX triplet: ED, 91 and FA. RGB value is (237,145,250). Sum of RGB (Red+Green+Blue) = 237+145+250=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED91FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91FA is #126E05. Grayscale: #B8B8B8. Windows color (decimal): -1207814 or 16421357. OLE color: 16421357.

HSL color Cylindrical-coordinate representation of color #ED91FA: hue angle of 292.57º degrees, saturation: 0.91, 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 #ED91FA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237145250-
CMYK0.050.4200.02
HSL292.57º91.3%77.45%-
HSV(B)292.57º42%98.04%-
XYZ62.3145.1695.87-
YUV184.48164.98165.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 145 (57.03% from 255) = 22.94%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=37.5%
G=22.94%
B=39.56%

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
Decimal2371452500.050.4200.02292.5791.377.45
HexED91FA52A021255b4d
Octal35522137255202445133115
Binary11101101100100011111101010110101001010010010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91FA; }

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

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

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

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

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

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

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

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