#ED96F6

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

Shades of Violet #ED96F6

Tints of Violet #ED96F6

Color information

#ED96F6 (or 0xED96F6) is unknown color: approx Violet. HEX triplet: ED, 96 and F6. RGB value is (237,150,246). Sum of RGB (Red+Green+Blue) = 237+150+246=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED96F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96F6 is #126909. Grayscale: #BABABA. Windows color (decimal): -1206538 or 16160493. OLE color: 16160493.

HSL color Cylindrical-coordinate representation of color #ED96F6: hue angle of 294.38º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED96F6 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237150246-
CMYK0.040.3900.04
HSL294.38º84.21%77.65%-
HSV(B)294.38º39.02%96.47%-
XYZ62.4746.4792.87-
YUV186.96161.32163.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 150 (58.98% from 255) = 23.70%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=37.44%
G=23.70%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371502460.040.3900.04294.3884.2177.65
HexED96F642704126544e
Octal35522636644704446124116
Binary111011011001011011110110100100111010010010011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96F6; }

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

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

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

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

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

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

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

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