#ED90FF

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

Shades of Violet #ED90FF

Tints of Violet #ED90FF

Color information

#ED90FF (or 0xED90FF) is unknown color: approx Violet. HEX triplet: ED, 90 and FF. RGB value is (237,144,255). Sum of RGB (Red+Green+Blue) = 237+144+255=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 144 (56.64% from 255 or 22.64% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90FF is #126F00. Grayscale: #B8B8B8. Windows color (decimal): -1208065 or 16748781. OLE color: 16748781.

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

Color convert

RGB237144255-
CMYK0.070.4400
HSL290.27º100%78.24%-
HSV(B)290.27º43.53%100%-
XYZ62.9545.17100.01-
YUV184.46167.81165.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 144 (56.64% from 255) = 22.64%
BLUE value IS 255 (100% from 255) = 40.09%
R=37.26%
G=22.64%
B=40.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371442550.070.4400290.2710078.24
HexED90FF72C00122644e
Octal35522037775400442144116
Binary1110110110010000111111111111011000010010001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90FF; }

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

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

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

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

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

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

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

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