#EA90FE

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

Shades of Violet #EA90FE

Tints of Violet #EA90FE

Color information

#EA90FE (or 0xEA90FE) is unknown color: approx Violet. HEX triplet: EA, 90 and FE. RGB value is (234,144,254). Sum of RGB (Red+Green+Blue) = 234+144+254=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA90FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA90FE is #156F01. Grayscale: #B7B7B7. Windows color (decimal): -1404674 or 16683242. OLE color: 16683242.

HSL color Cylindrical-coordinate representation of color #EA90FE: hue angle of 289.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA90FE is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234144254-
CMYK0.080.4300.00
HSL289.09º98.21%78.04%-
HSV(B)289.09º43.31%99.61%-
XYZ61.7944.5999.12-
YUV183.45167.82164.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 144 (56.64% from 255) = 22.78%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=37.03%
G=22.78%
B=40.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341442540.080.4300.00289.0998.2178.04
HexEA90FE82B00121624e
Octal352220376105300441142116
Binary11101010100100001111111010001010110010010000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90FE; }

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

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

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

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

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

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

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

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