#EA96ED

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

Shades of Violet #EA96ED

Tints of Violet #EA96ED

Color information

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

HSL color Cylindrical-coordinate representation of color #EA96ED: hue angle of 297.93º 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 #EA96ED is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234150237-
CMYK0.010.3700.07
HSL297.93º70.73%75.88%-
HSV(B)297.93º36.71%92.94%-
XYZ60.1245.4285.72-
YUV185.03157.33162.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341502370.010.3700.07297.9370.7375.88
HexEA96ED1250712a474c
Octal35222635514507452107114
Binary1110101010010110111011011100101011110010101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96ED; }

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

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

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

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

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

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

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

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