#EA85ED

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

Shades of Violet #EA85ED

Tints of Violet #EA85ED

Color information

#EA85ED (or 0xEA85ED) is unknown color: approx Violet. HEX triplet: EA, 85 and ED. RGB value is (234,133,237). Sum of RGB (Red+Green+Blue) = 234+133+237=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85ED is #157A12. Grayscale: #AEAEAE. Windows color (decimal): -1407507 or 15566314. OLE color: 15566314.

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

Color convert

RGB234133237-
CMYK0.010.4400.07
HSL298.27º74.29%72.55%-
HSV(B)298.27º43.88%92.94%-
XYZ57.6140.3884.88-
YUV175.05162.96170.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 133 (52.34% from 255) = 22.02%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=38.74%
G=22.02%
B=39.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341332370.010.4400.07298.2774.2972.55
HexEA85ED12C0712a4a49
Octal35220535515407452112111
Binary1110101010000101111011011101100011110010101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85ED; }

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

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

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

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

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

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

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

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