#ED96FF

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

Shades of Violet #ED96FF

Tints of Violet #ED96FF

Color information

#ED96FF (or 0xED96FF) is unknown color: approx Violet. HEX triplet: ED, 96 and FF. RGB value is (237,150,255). Sum of RGB (Red+Green+Blue) = 237+150+255=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96FF is #126900. Grayscale: #BBBBBB. Windows color (decimal): -1206529 or 16750317. OLE color: 16750317.

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

Color convert

RGB237150255-
CMYK0.070.4100
HSL289.71º100%79.41%-
HSV(B)289.71º41.18%100%-
XYZ63.8847.04100.32-
YUV187.98165.82162.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 150 (58.98% from 255) = 23.36%
BLUE value IS 255 (100% from 255) = 39.72%
R=36.92%
G=23.36%
B=39.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371502550.070.4100289.7110079.41
HexED96FF72900122644f
Octal35522637775100442144117
Binary1110110110010110111111111111010010010010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96FF; }

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

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

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

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

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

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

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

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