#ED96FB

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

Shades of Violet #ED96FB

Tints of Violet #ED96FB

Color information

#ED96FB (or 0xED96FB) is unknown color: approx Violet. HEX triplet: ED, 96 and FB. RGB value is (237,150,251). Sum of RGB (Red+Green+Blue) = 237+150+251=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED96FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96FB is #126904. Grayscale: #BBBBBB. Windows color (decimal): -1206533 or 16488173. OLE color: 16488173.

HSL color Cylindrical-coordinate representation of color #ED96FB: hue angle of 291.68º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED96FB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237150251-
CMYK0.060.4000.02
HSL291.68º92.66%78.63%-
HSV(B)291.68º40.24%98.43%-
XYZ63.2446.7896.96-
YUV187.53163.82163.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 150 (58.98% from 255) = 23.51%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=37.15%
G=23.51%
B=39.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371502510.060.4000.02291.6892.6678.63
HexED96FB628021245d4f
Octal35522637365002444135117
Binary11101101100101101111101111010100001010010010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96FB; }

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

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

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

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

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

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

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

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