Html Css Color HEX #E054FA Heliotrope

📋 copy color: '#E054FA'

red 224 ◦ green 84 ◦ blue 250

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

Shades of Heliotrope #E054FA

Tints of Heliotrope #E054FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.05%

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

R = 40.14%
G = 15.05%
B = 44.8%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E054FA (or 0xE054FA) is known color: Heliotrope. HEX triplet: E0, 54 and FA. RGB value is (224,84,250). Sum of RGB (Red+Green+Blue) = 224+84+250=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 84 (33.20% from 255 or 15.05% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #E054FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E054FA is #1FAB05. Grayscale: #909090. Windows color (decimal): -2075398 or 16405728. OLE color: 16405728.

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

Color convert

RGB 224 84 250 -
CMYK 0.10 0.66 0 0.02
HSL 290.6º 0.94% 0.65% -
HSV(B) 290.6º 0.66% 0.98% -
XYZ 51.17 29.09 93.36 -
YUV 144.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 224 84 250 0.10 0.66 0 0.02 290.6 0.94 0.65
Hex E0 54 FA A 42 0 2 123 5E 41
Octal 340 124 372 12 102 0 2 443 136 101
Binary 11100000 1010100 11111010 1010 1000010 0 10 100100011 1011110 1000001

Color Harmonies of #E054FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E054FA

Black with #E054FA

Text Example


Text Example

White with #E054FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E054FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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