#E481FF

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

Shades of Heliotrope #E481FF

Tints of Heliotrope #E481FF

Color information

#E481FF (or 0xE481FF) is unknown color: approx Heliotrope. HEX triplet: E4, 81 and FF. RGB value is (228,129,255). Sum of RGB (Red+Green+Blue) = 228+129+255=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #E481FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481FF is #1B7E00. Grayscale: #ACACAC. Windows color (decimal): -1801729 or 16744932. OLE color: 16744932.

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

Color convert

RGB228129255-
CMYK0.110.4900
HSL287.14º100%75.29%-
HSV(B)287.14º49.41%100%-
XYZ57.939.4199.16-
YUV172.96174.3167.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.25%
GREEN value IS 129 (50.78% from 255) = 21.08%
BLUE value IS 255 (100% from 255) = 41.67%
R=37.25%
G=21.08%
B=41.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281292550.110.4900287.1410075.29
HexE481FFB310011f644b
Octal344201377136100437144113
Binary11100100100000011111111110111100010010001111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481FF; }

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

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

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

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

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

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

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

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