#EA80FB

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

Shades of Violet #EA80FB

Tints of Violet #EA80FB

Color information

#EA80FB (or 0xEA80FB) is unknown color: approx Violet. HEX triplet: EA, 80 and FB. RGB value is (234,128,251). Sum of RGB (Red+Green+Blue) = 234+128+251=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA80FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA80FB is #157F04. Grayscale: #ADADAD. Windows color (decimal): -1408773 or 16482538. OLE color: 16482538.

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

Color convert

RGB234128251-
CMYK0.070.4900.02
HSL291.71º93.89%74.31%-
HSV(B)291.71º49%98.43%-
XYZ59.0639.995.85-
YUV173.72171.62171-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 128 (50.39% from 255) = 20.88%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=38.17%
G=20.88%
B=40.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341282510.070.4900.02291.7193.8974.31
HexEA80FB731021245e4a
Octal35220037376102444136112
Binary11101010100000001111101111111000101010010010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA80FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA80FB; }

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

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

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

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

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

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

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

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