#E081FE

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

Shades of Heliotrope #E081FE

Tints of Heliotrope #E081FE

Color information

#E081FE (or 0xE081FE) is unknown color: approx Heliotrope. HEX triplet: E0, 81 and FE. RGB value is (224,129,254). Sum of RGB (Red+Green+Blue) = 224+129+254=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #E081FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081FE is #1F7E01. Grayscale: #ABABAB. Windows color (decimal): -2063874 or 16679392. OLE color: 16679392.

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

Color convert

RGB224129254-
CMYK0.120.4900.00
HSL285.6º98.43%75.1%-
HSV(B)285.6º49.21%99.61%-
XYZ56.4838.798.26-
YUV171.66174.47165.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 129 (50.78% from 255) = 21.25%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=36.90%
G=21.25%
B=41.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241292540.120.4900.00285.698.4375.1
HexE081FEC310011e624b
Octal340201376146100436142113
Binary11100000100000011111111011001100010010001111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081FE; }

 p { color: rgb(224,129,254); }

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

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

 a { background-color: rgb(224,129,254); }

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

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

 span { border-color: rgb(224,129,254); }

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