#E484FD

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

Shades of Heliotrope #E484FD

Tints of Heliotrope #E484FD

Color information

#E484FD (or 0xE484FD) is unknown color: approx Heliotrope. HEX triplet: E4, 84 and FD. RGB value is (228,132,253). Sum of RGB (Red+Green+Blue) = 228+132+253=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #E484FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E484FD is #1B7B02. Grayscale: #AEAEAE. Windows color (decimal): -1800963 or 16614628. OLE color: 16614628.

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

Color convert

RGB228132253-
CMYK0.100.4800.01
HSL287.6º96.8%75.49%-
HSV(B)287.6º47.83%99.22%-
XYZ57.9840.0997.61-
YUV174.5172.3166.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.19%
GREEN value IS 132 (51.95% from 255) = 21.53%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=37.19%
G=21.53%
B=41.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281322530.100.4800.01287.696.875.49
HexE484FDA3001120614b
Octal344204375126001440141113
Binary11100100100001001111110110101100000110010000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E484FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E484FD; }

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

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

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

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

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

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

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

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