#ED96EA

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

Shades of Violet #ED96EA

Tints of Violet #ED96EA

Color information

#ED96EA (or 0xED96EA) is unknown color: approx Violet. HEX triplet: ED, 96 and EA. RGB value is (237,150,234). Sum of RGB (Red+Green+Blue) = 237+150+234=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96EA is #126915. Grayscale: #B9B9B9. Windows color (decimal): -1206550 or 15374061. OLE color: 15374061.

HSL color Cylindrical-coordinate representation of color #ED96EA: hue angle of 302.07º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96EA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237150234-
CMYK00.370.010.07
HSL302.07º70.73%75.88%-
HSV(B)302.07º36.71%92.94%-
XYZ60.6845.7683.48-
YUV185.59155.32164.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 150 (58.98% from 255) = 24.15%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=38.16%
G=24.15%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715023400.370.010.07302.0770.7375.88
HexED96EA0251712e474c
Octal35522635204517456107114
Binary1110110110010110111010100100101111110010111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96EA; }

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

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

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

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

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

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

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

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