#ED90FE

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

Shades of Violet #ED90FE

Tints of Violet #ED90FE

Color information

#ED90FE (or 0xED90FE) is unknown color: approx Violet. HEX triplet: ED, 90 and FE. RGB value is (237,144,254). Sum of RGB (Red+Green+Blue) = 237+144+254=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED90FE is #126F01. Grayscale: #B8B8B8. Windows color (decimal): -1208066 or 16683245. OLE color: 16683245.

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

Color convert

RGB237144254-
CMYK0.070.4300.00
HSL290.73º98.21%78.04%-
HSV(B)290.73º43.31%99.61%-
XYZ62.7945.1199.16-
YUV184.35167.31165.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 144 (56.64% from 255) = 22.68%
BLUE value IS 254 (99.61% from 255) = 40%
R=37.32%
G=22.68%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371442540.070.4300.00290.7398.2178.04
HexED90FE72B00123624e
Octal35522037675300443142116
Binary1110110110010000111111101111010110010010001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90FE; }

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

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

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

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

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

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

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

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