#E058F9

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

Shades of Heliotrope #E058F9

Tints of Heliotrope #E058F9

Color information

#E058F9 (or 0xE058F9) is unknown color: approx Heliotrope. HEX triplet: E0, 58 and F9. RGB value is (224,88,249). Sum of RGB (Red+Green+Blue) = 224+88+249=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #E058F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F9 is #1FA706. Grayscale: #929292. Windows color (decimal): -2074375 or 16341216. OLE color: 16341216.

HSL color Cylindrical-coordinate representation of color #E058F9: hue angle of 290.68º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E058F9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22488249-
CMYK0.100.6500.02
HSL290.68º93.06%66.08%-
HSV(B)290.68º64.66%97.65%-
XYZ51.3329.6792.64-
YUV147.02185.56182.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 88 (34.77% from 255) = 15.69%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=39.93%
G=15.69%
B=44.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224882490.100.6500.02290.6893.0666.08
HexE058F9A41021235d42
Octal3401303711210102443135102
Binary111000001011000111110011010100000101010010001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E058F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E058F9; }

 p { color: rgb(224,88,249); }

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

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

 a { background-color: rgb(224,88,249); }

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

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

 span { border-color: rgb(224,88,249); }

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