#EA90F1

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

Shades of Violet #EA90F1

Tints of Violet #EA90F1

Color information

#EA90F1 (or 0xEA90F1) is unknown color: approx Violet. HEX triplet: EA, 90 and F1. RGB value is (234,144,241). Sum of RGB (Red+Green+Blue) = 234+144+241=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA90F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA90F1 is #156F0E. Grayscale: #B5B5B5. Windows color (decimal): -1404687 or 15831274. OLE color: 15831274.

HSL color Cylindrical-coordinate representation of color #EA90F1: hue angle of 295.67º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA90F1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234144241-
CMYK0.030.4000.05
HSL295.67º77.6%75.49%-
HSV(B)295.67º40.25%94.51%-
XYZ59.7843.7988.52-
YUV181.97161.32165.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 144 (56.64% from 255) = 23.26%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=37.80%
G=23.26%
B=38.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341442410.030.4000.05295.6777.675.49
HexEA90F1328051284e4b
Octal35222036135005450116113
Binary11101010100100001111000111101000010110010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90F1; }

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

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

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

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

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

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

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

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