#ED94FF

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

Shades of Violet #ED94FF

Tints of Violet #ED94FF

Color information

#ED94FF (or 0xED94FF) is unknown color: approx Violet. HEX triplet: ED, 94 and FF. RGB value is (237,148,255). Sum of RGB (Red+Green+Blue) = 237+148+255=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94FF is #126B00. Grayscale: #BABABA. Windows color (decimal): -1207041 or 16749805. OLE color: 16749805.

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

Color convert

RGB237148255-
CMYK0.070.4200
HSL289.91º100%79.02%-
HSV(B)289.91º41.96%100%-
XYZ63.5646.4100.21-
YUV186.81166.49163.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 148 (58.20% from 255) = 23.12%
BLUE value IS 255 (100% from 255) = 39.84%
R=37.03%
G=23.12%
B=39.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371482550.070.4200289.9110079.02
HexED94FF72A00122644f
Octal35522437775200442144117
Binary1110110110010100111111111111010100010010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED94FF; }

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

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

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

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

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

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

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

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