#EA76ED

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

Shades of Violet #EA76ED

Tints of Violet #EA76ED

Color information

#EA76ED (or 0xEA76ED) is unknown color: approx Violet. HEX triplet: EA, 76 and ED. RGB value is (234,118,237). Sum of RGB (Red+Green+Blue) = 234+118+237=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA76ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76ED is #158912. Grayscale: #A5A5A5. Windows color (decimal): -1411347 or 15562474. OLE color: 15562474.

HSL color Cylindrical-coordinate representation of color #EA76ED: hue angle of 298.49º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA76ED is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234118237-
CMYK0.010.5000.07
HSL298.49º76.77%69.61%-
HSV(B)298.49º50.21%92.94%-
XYZ55.736.5684.24-
YUV166.25167.93176.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 118 (46.48% from 255) = 20.03%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=39.73%
G=20.03%
B=40.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341182370.010.5000.07298.4976.7769.61
HexEA76ED1320712a4d46
Octal35216635516207452115106
Binary111010101110110111011011110010011110010101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA76ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA76ED; }

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

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

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

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

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

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

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

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