Html Css Color HEX #E058FA Heliotrope

📋 copy color: '#E058FA'

red 224 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #E058FA

Tints of Heliotrope #E058FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 39.86%
G = 15.66%
B = 44.48%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E058FA (or 0xE058FA) is known color: Heliotrope. HEX triplet: E0, 58 and FA. RGB value is (224,88,250). Sum of RGB (Red+Green+Blue) = 224+88+250=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #E058FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058FA is #1FA705. Grayscale: #929292. Windows color (decimal): -2074374 or 16406752. OLE color: 16406752.

HSL color Cylindrical-coordinate representation of color #E058FA: hue angle of 290.37º degrees, saturation: 0.94, 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 #E058FA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 88 250 -
CMYK 0.10 0.65 0 0.02
HSL 290.37º 0.94% 0.66% -
HSV(B) 290.37º 0.65% 0.98% -
XYZ 51.49 29.73 93.47 -
YUV 147.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 224 88 250 0.10 0.65 0 0.02 290.37 0.94 0.66
Hex E0 58 FA A 41 0 2 122 5E 42
Octal 340 130 372 12 101 0 2 442 136 102
Binary 11100000 1011000 11111010 1010 1000001 0 10 100100010 1011110 1000010

Color Harmonies of #E058FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058FA

Black with #E058FA

Text Example


Text Example

White with #E058FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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