#E080FF

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

Shades of Heliotrope #E080FF

Tints of Heliotrope #E080FF

Color information

#E080FF (or 0xE080FF) is unknown color: approx Heliotrope. HEX triplet: E0, 80 and FF. RGB value is (224,128,255). Sum of RGB (Red+Green+Blue) = 224+128+255=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #E080FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FF is #1F7F00. Grayscale: #AAAAAA. Windows color (decimal): -2064129 or 16744672. OLE color: 16744672.

HSL color Cylindrical-coordinate representation of color #E080FF: hue angle of 285.35º 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 #E080FF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB224128255-
CMYK0.120.5000
HSL285.35º100%75.1%-
HSV(B)285.35º49.8%100%-
XYZ56.5138.5199.06-
YUV171.18175.3165.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 128 (50.39% from 255) = 21.09%
BLUE value IS 255 (100% from 255) = 42.01%
R=36.90%
G=21.09%
B=42.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2241282550.120.5000285.3510075.1
HexE080FFC320011d644b
Octal340200377146200435144113
Binary11100000100000001111111111001100100010001110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080FF; }

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

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

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

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

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

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

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

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