#ea93ea

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

Shades of Violet #EA93EA

Tints of Violet #EA93EA

Color information

#EA93EA (or 0xEA93EA) is unknown color: approx Violet. HEX triplet: EA, 93 and EA. RGB value is (234,147,234). Sum of RGB (Red+Green+Blue) = 234+147+234=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93EA is #156C15. Grayscale: #B6B6B6. Windows color (decimal): -1403926 or 15373290. OLE color: 15373290.

HSL color Cylindrical-coordinate representation of color #EA93EA: hue angle of 300º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93EA is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234147234-
CMYK00.3700.08
HSL300º67.44%74.71%-
HSV(B)300º37.18%91.76%-
XYZ59.2244.383.27-
YUV182.93156.82164.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 147 (57.81% from 255) = 23.90%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=38.05%
G=23.90%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414723400.3700.0830067.4474.71
HexEA93EA0250812c434b
Octal352223352045010454103113
Binary11101010100100111110101001001010100010010110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea93ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea93ea; }

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

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

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

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

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

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

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

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