#EA81ED

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

Shades of Violet #EA81ED

Tints of Violet #EA81ED

Color information

#EA81ED (or 0xEA81ED) is unknown color: approx Violet. HEX triplet: EA, 81 and ED. RGB value is (234,129,237). Sum of RGB (Red+Green+Blue) = 234+129+237=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA81ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA81ED is #157E12. Grayscale: #ACACAC. Windows color (decimal): -1408531 or 15565290. OLE color: 15565290.

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

Color convert

RGB234129237-
CMYK0.010.4600.07
HSL298.33º75%71.76%-
HSV(B)298.33º45.57%92.94%-
XYZ57.0739.3184.7-
YUV172.71164.29171.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=39%
G=21.5%
B=39.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341292370.010.4600.07298.337571.76
HexEA81ED12E0712a4b48
Octal35220135515607452113110
Binary1110101010000001111011011101110011110010101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81ED; }

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

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

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

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

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

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

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

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