#E081FD

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

Shades of Heliotrope #E081FD

Tints of Heliotrope #E081FD

Color information

#E081FD (or 0xE081FD) is unknown color: approx Heliotrope. HEX triplet: E0, 81 and FD. RGB value is (224,129,253). Sum of RGB (Red+Green+Blue) = 224+129+253=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #E081FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081FD is #1F7E02. Grayscale: #ABABAB. Windows color (decimal): -2063875 or 16613856. OLE color: 16613856.

HSL color Cylindrical-coordinate representation of color #E081FD: hue angle of 285.97º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E081FD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB224129253-
CMYK0.110.4900.01
HSL285.97º96.88%74.9%-
HSV(B)285.97º49.01%99.22%-
XYZ56.3238.6497.42-
YUV171.54173.97165.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 129 (50.78% from 255) = 21.29%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=36.96%
G=21.29%
B=41.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241292530.110.4900.01285.9796.8874.9
HexE081FDB310111e614b
Octal340201375136101436141113
Binary11100000100000011111110110111100010110001111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081FD; }

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

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

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

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

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

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

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

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