#ED91EF

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

Shades of Violet #ED91EF

Tints of Violet #ED91EF

Color information

#ED91EF (or 0xED91EF) is unknown color: approx Violet. HEX triplet: ED, 91 and EF. RGB value is (237,145,239). Sum of RGB (Red+Green+Blue) = 237+145+239=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 145 (57.03% from 255 or 23.35% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED91EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91EF is #126E10. Grayscale: #B6B6B6. Windows color (decimal): -1207825 or 15700461. OLE color: 15700461.

HSL color Cylindrical-coordinate representation of color #ED91EF: hue angle of 298.72º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91EF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237145239-
CMYK0.010.3900.06
HSL298.72º74.6%75.29%-
HSV(B)298.72º39.33%93.73%-
XYZ60.6344.4987.05-
YUV183.22159.48166.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 145 (57.03% from 255) = 23.35%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=38.16%
G=23.35%
B=38.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371452390.010.3900.06298.7274.675.29
HexED91EF1270612b4b4b
Octal35522135714706453113113
Binary1110110110010001111011111100111011010010101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91EF; }

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

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

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

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

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

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

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

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