Html Css Color HEX #E058F6 Heliotrope

📋 copy color: '#E058F6'

red 224 ◦ green 88 ◦ blue 246

#E058F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #E058F6

Tints of Heliotrope #E058F6

RGB

 RED value IS 224 (87.89% from 255) = 40.14%

 GREEN value IS 88 (34.77% from 255) = 15.77%

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 40.14%
G = 15.77%
B = 44.09%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E058F6 (or 0xE058F6) is known color: Heliotrope. HEX triplet: E0, 58 and F6. RGB value is (224,88,246). Sum of RGB (Red+Green+Blue) = 224+88+246=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #E058F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F6 is #1FA709. Grayscale: #929292. Windows color (decimal): -2074378 or 16144608. OLE color: 16144608.

HSL color Cylindrical-coordinate representation of color #E058F6: hue angle of 291.65º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E058F6 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 88 246 -
CMYK 0.09 0.64 0 0.04
HSL 291.65º 0.9% 0.65% -
HSV(B) 291.65º 0.64% 0.96% -
XYZ 50.86 29.48 90.2 -
YUV 146.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 224 88 246 0.09 0.64 0 0.04 291.65 0.9 0.65
Hex E0 58 F6 9 40 0 4 124 5A 41
Octal 340 130 366 11 100 0 4 444 132 101
Binary 11100000 1011000 11110110 1001 1000000 0 100 100100100 1011010 1000001

Color Harmonies of #E058F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058F6

Black with #E058F6

Text Example


Text Example

White with #E058F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058F6; }

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

 H1.HeaderClassName
 {
   color: #E058F6;
 }
 .AnyTagClassName
 {
   color: #E058F6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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