#E481FD

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

Shades of Heliotrope #E481FD

Tints of Heliotrope #E481FD

Color information

#E481FD (or 0xE481FD) is unknown color: approx Heliotrope. HEX triplet: E4, 81 and FD. RGB value is (228,129,253). Sum of RGB (Red+Green+Blue) = 228+129+253=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #E481FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481FD is #1B7E02. Grayscale: #ACACAC. Windows color (decimal): -1801731 or 16613860. OLE color: 16613860.

HSL color Cylindrical-coordinate representation of color #E481FD: hue angle of 287.9º 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 #E481FD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228129253-
CMYK0.100.4900.01
HSL287.9º96.88%74.9%-
HSV(B)287.9º49.01%99.22%-
XYZ57.5739.2997.48-
YUV172.74173.3167.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.38%
GREEN value IS 129 (50.78% from 255) = 21.15%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=37.38%
G=21.15%
B=41.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281292530.100.4900.01287.996.8874.9
HexE481FDA3101120614b
Octal344201375126101440141113
Binary11100100100000011111110110101100010110010000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481FD; }

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

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

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

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

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

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

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

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