Html Css Color HEX #E080F6 Heliotrope

📋 copy color: '#E080F6'

red 224 ◦ green 128 ◦ blue 246

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

Shades of Heliotrope #E080F6

Tints of Heliotrope #E080F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.14%

R = 37.46%
G = 21.4%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E080F6 (or 0xE080F6) is known color: Heliotrope. HEX triplet: E0, 80 and F6. RGB value is (224,128,246). Sum of RGB (Red+Green+Blue) = 224+128+246=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #E080F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F6 is #1F7F09. Grayscale: #A9A9A9. Windows color (decimal): -2064138 or 16154848. OLE color: 16154848.

HSL color Cylindrical-coordinate representation of color #E080F6: hue angle of 288.81º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E080F6 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 128 246 -
CMYK 0.09 0.48 0 0.04
HSL 288.81º 0.87% 0.73% -
HSV(B) 288.81º 0.48% 0.96% -
XYZ 55.09 37.94 91.61 -
YUV 170.16 170.8 166.41 -
System Red Green Blue C M Y K H S L
Decimal 224 128 246 0.09 0.48 0 0.04 288.81 0.87 0.73
Hex E0 80 F6 9 30 0 4 121 57 49
Octal 340 200 366 11 60 0 4 441 127 111
Binary 11100000 10000000 11110110 1001 110000 0 100 100100001 1010111 1001001

Color Harmonies of #E080F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080F6

Black with #E080F6

Text Example


Text Example

White with #E080F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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