Html Css Color HEX #E059FA Heliotrope

📋 copy color: '#E059FA'

red 224 ◦ green 89 ◦ blue 250

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

Shades of Heliotrope #E059FA

Tints of Heliotrope #E059FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.81%

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

R = 39.79%
G = 15.81%
B = 44.4%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E059FA (or 0xE059FA) is known color: Heliotrope. HEX triplet: E0, 59 and FA. RGB value is (224,89,250). Sum of RGB (Red+Green+Blue) = 224+89+250=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #E059FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059FA is #1FA605. Grayscale: #939393. Windows color (decimal): -2074118 or 16407008. OLE color: 16407008.

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

Color convert

RGB 224 89 250 -
CMYK 0.10 0.64 0 0.02
HSL 290.31º 0.94% 0.66% -
HSV(B) 290.31º 0.64% 0.98% -
XYZ 51.57 29.89 93.49 -
YUV 147.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 224 89 250 0.10 0.64 0 0.02 290.31 0.94 0.66
Hex E0 59 FA A 40 0 2 122 5E 42
Octal 340 131 372 12 100 0 2 442 136 102
Binary 11100000 1011001 11111010 1010 1000000 0 10 100100010 1011110 1000010

Color Harmonies of #E059FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059FA

Black with #E059FA

Text Example


Text Example

White with #E059FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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