Html Css Color HEX #E080FF Heliotrope

📋 copy color: '#E080FF'

red 224 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #E080FF

Tints of Heliotrope #E080FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.01%

R = 36.9%
G = 21.09%
B = 42.01%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E080FF (or 0xE080FF) is known color: Heliotrope. HEX triplet: E0, 80 and FF. RGB value is (224,128,255). Sum of RGB (Red+Green+Blue) = 224+128+255=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #E080FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FF is #1F7F00. Grayscale: #AAAAAA. Windows color (decimal): -2064129 or 16744672. OLE color: 16744672.

HSL color Cylindrical-coordinate representation of color #E080FF: hue angle of 285.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E080FF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 128 255 -
CMYK 0.12 0.50 0 0
HSL 285.35º 1% 0.75% -
HSV(B) 285.35º 0.5% 1% -
XYZ 56.51 38.51 99.06 -
YUV 171.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 224 128 255 0.12 0.50 0 0 285.35 1 0.75
Hex E0 80 FF C 32 0 0 11D 64 4B
Octal 340 200 377 14 62 0 0 435 144 113
Binary 11100000 10000000 11111111 1100 110010 0 0 100011101 1100100 1001011

Color Harmonies of #E080FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080FF

Black with #E080FF

Text Example


Text Example

White with #E080FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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