#EA90FB

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

Shades of Violet #EA90FB

Tints of Violet #EA90FB

Color information

#EA90FB (or 0xEA90FB) is unknown color: approx Violet. HEX triplet: EA, 90 and FB. RGB value is (234,144,251). Sum of RGB (Red+Green+Blue) = 234+144+251=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 144 (56.64% from 255 or 22.89% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA90FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA90FB is #156F04. Grayscale: #B6B6B6. Windows color (decimal): -1404677 or 16486634. OLE color: 16486634.

HSL color Cylindrical-coordinate representation of color #EA90FB: hue angle of 290.47º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA90FB is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234144251-
CMYK0.070.4300.02
HSL290.47º93.04%77.45%-
HSV(B)290.47º42.63%98.43%-
XYZ61.3244.496.61-
YUV183.11166.32164.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 144 (56.64% from 255) = 22.89%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=37.20%
G=22.89%
B=39.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341442510.070.4300.02290.4793.0477.45
HexEA90FB72B021225d4d
Octal35222037375302442135115
Binary11101010100100001111101111110101101010010001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90FB; }

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

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

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

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

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

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

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

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