#ED91EE

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

Shades of Violet #ED91EE

Tints of Violet #ED91EE

Color information

#ED91EE (or 0xED91EE) is unknown color: approx Violet. HEX triplet: ED, 91 and EE. RGB value is (237,145,238). Sum of RGB (Red+Green+Blue) = 237+145+238=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED91EE is #126E11. Grayscale: #B6B6B6. Windows color (decimal): -1207826 or 15634925. OLE color: 15634925.

HSL color Cylindrical-coordinate representation of color #ED91EE: hue angle of 299.35º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91EE is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237145238-
CMYK0.000.3900.07
HSL299.35º73.23%75.1%-
HSV(B)299.35º39.08%93.33%-
XYZ60.4844.4386.28-
YUV183.11158.98166.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 145 (57.03% from 255) = 23.39%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=38.23%
G=23.39%
B=38.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371452380.000.3900.07299.3573.2375.1
HexED91EE0270712b494b
Octal35522135604707453111113
Binary1110110110010001111011100100111011110010101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91EE; }

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

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

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

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

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

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

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

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