#E580FC

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

Shades of Heliotrope #E580FC

Tints of Heliotrope #E580FC

Color information

#E580FC (or 0xE580FC) is unknown color: approx Heliotrope. HEX triplet: E5, 80 and FC. RGB value is (229,128,252). Sum of RGB (Red+Green+Blue) = 229+128+252=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #E580FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E580FC is #1A7F03. Grayscale: #ABABAB. Windows color (decimal): -1736452 or 16548069. OLE color: 16548069.

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

Color convert

RGB229128252-
CMYK0.090.4900.01
HSL288.87º95.38%74.51%-
HSV(B)288.87º49.21%98.82%-
XYZ57.639.1296.61-
YUV172.34172.96168.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.60%
GREEN value IS 128 (50.39% from 255) = 21.02%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=37.60%
G=21.02%
B=41.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291282520.090.4900.01288.8795.3874.51
HexE580FC931011215f4b
Octal345200374116101441137113
Binary11100101100000001111110010011100010110010000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580FC; }

 p { color: rgb(229,128,252); }

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

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

 a { background-color: rgb(229,128,252); }

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

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

 span { border-color: rgb(229,128,252); }

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