#EA93ED

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

Shades of Violet #EA93ED

Tints of Violet #EA93ED

Color information

#EA93ED (or 0xEA93ED) is unknown color: approx Violet. HEX triplet: EA, 93 and ED. RGB value is (234,147,237). Sum of RGB (Red+Green+Blue) = 234+147+237=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93ED is #156C12. Grayscale: #B7B7B7. Windows color (decimal): -1403923 or 15569898. OLE color: 15569898.

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

Color convert

RGB234147237-
CMYK0.010.3800.07
HSL298º71.43%75.29%-
HSV(B)298º37.97%92.94%-
XYZ59.6544.4785.56-
YUV183.27158.32164.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 147 (57.81% from 255) = 23.79%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=37.86%
G=23.79%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341472370.010.3800.0729871.4375.29
HexEA93ED1260712a474b
Octal35222335514607452107113
Binary1110101010010011111011011100110011110010101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93ED; }

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

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

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

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

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

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

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

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