#EA90EC

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

Shades of Violet #EA90EC

Tints of Violet #EA90EC

Color information

#EA90EC (or 0xEA90EC) is unknown color: approx Violet. HEX triplet: EA, 90 and EC. RGB value is (234,144,236). Sum of RGB (Red+Green+Blue) = 234+144+236=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA90EC is #156F13. Grayscale: #B5B5B5. Windows color (decimal): -1404692 or 15503594. OLE color: 15503594.

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

Color convert

RGB234144236-
CMYK0.010.3900.07
HSL298.7º70.77%74.51%-
HSV(B)298.7º38.98%92.55%-
XYZ59.0543.584.64-
YUV181.4158.82165.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=38.11%
G=23.45%
B=38.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341442360.010.3900.07298.770.7774.51
HexEA90EC1270712b474b
Octal35222035414707453107113
Binary1110101010010000111011001100111011110010101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90EC; }

 p { color: rgb(234,144,236); }

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

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

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

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

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

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

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