#ed96fe

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

Shades of Violet #ED96FE

Tints of Violet #ED96FE

Color information

#ED96FE (or 0xED96FE) is unknown color: approx Violet. HEX triplet: ED, 96 and FE. RGB value is (237,150,254). Sum of RGB (Red+Green+Blue) = 237+150+254=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96FE is #126901. Grayscale: #BBBBBB. Windows color (decimal): -1206530 or 16684781. OLE color: 16684781.

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

Color convert

RGB237150254-
CMYK0.070.4100.00
HSL290.19º98.11%79.22%-
HSV(B)290.19º40.94%99.61%-
XYZ63.7246.9799.47-
YUV187.87165.32163.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 150 (58.98% from 255) = 23.40%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=36.97%
G=23.40%
B=39.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2371502540.070.4100.00290.1998.1179.22
HexED96FE72900122624f
Octal35522637675100442142117
Binary1110110110010110111111101111010010010010001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed96fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed96fe; }

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

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

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

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

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

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

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

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