#EA80FF

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

Shades of Heliotrope #EA80FF

Tints of Heliotrope #EA80FF

Color information

#EA80FF (or 0xEA80FF) is unknown color: approx Heliotrope. HEX triplet: EA, 80 and FF. RGB value is (234,128,255). Sum of RGB (Red+Green+Blue) = 234+128+255=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA80FF is #157F00. Grayscale: #ADADAD. Windows color (decimal): -1408769 or 16744682. OLE color: 16744682.

HSL color Cylindrical-coordinate representation of color #EA80FF: hue angle of 290.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA80FF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234128255-
CMYK0.080.5000
HSL290.08º100%75.1%-
HSV(B)290.08º49.8%100%-
XYZ59.740.1599.21-
YUV174.17173.62170.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 128 (50.39% from 255) = 20.75%
BLUE value IS 255 (100% from 255) = 41.33%
R=37.93%
G=20.75%
B=41.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341282550.080.5000290.0810075.1
HexEA80FF83200122644b
Octal352200377106200442144113
Binary11101010100000001111111110001100100010010001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA80FF; }

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

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

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

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

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

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

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

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