#E481FA

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

Shades of Heliotrope #E481FA

Tints of Heliotrope #E481FA

Color information

#E481FA (or 0xE481FA) is unknown color: approx Heliotrope. HEX triplet: E4, 81 and FA. RGB value is (228,129,250). Sum of RGB (Red+Green+Blue) = 228+129+250=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #E481FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481FA is #1B7E05. Grayscale: #ACACAC. Windows color (decimal): -1801734 or 16417252. OLE color: 16417252.

HSL color Cylindrical-coordinate representation of color #E481FA: hue angle of 289.09º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E481FA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228129250-
CMYK0.090.4800.02
HSL289.09º92.37%74.31%-
HSV(B)289.09º48.4%98.04%-
XYZ57.139.194.98-
YUV172.4171.8167.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 129 (50.78% from 255) = 21.25%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=37.56%
G=21.25%
B=41.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281292500.090.4800.02289.0992.3774.31
HexE481FA930021215c4a
Octal344201372116002441134112
Binary111001001000000111111010100111000001010010000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481FA; }

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

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

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

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

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

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

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

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