Html Css Color HEX #E080FA Heliotrope

📋 copy color: '#E080FA'

red 224 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #E080FA

Tints of Heliotrope #E080FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.26%

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

R = 37.21%
G = 21.26%
B = 41.53%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E080FA (or 0xE080FA) is known color: Heliotrope. HEX triplet: E0, 80 and FA. RGB value is (224,128,250). Sum of RGB (Red+Green+Blue) = 224+128+250=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #E080FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FA is #1F7F05. Grayscale: #AAAAAA. Windows color (decimal): -2064134 or 16416992. OLE color: 16416992.

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

Color convert

RGB 224 128 250 -
CMYK 0.10 0.49 0 0.02
HSL 287.21º 0.92% 0.74% -
HSV(B) 287.21º 0.49% 0.98% -
XYZ 55.71 38.19 94.88 -
YUV 170.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 224 128 250 0.10 0.49 0 0.02 287.21 0.92 0.74
Hex E0 80 FA A 31 0 2 11F 5C 4A
Octal 340 200 372 12 61 0 2 437 134 112
Binary 11100000 10000000 11111010 1010 110001 0 10 100011111 1011100 1001010

Color Harmonies of #E080FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080FA

Black with #E080FA

Text Example


Text Example

White with #E080FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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