Html Css Color HEX #E081F6 Heliotrope

📋 copy color: '#E081F6'

red 224 ◦ green 129 ◦ blue 246

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

Shades of Heliotrope #E081F6

Tints of Heliotrope #E081F6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.54%

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

R = 37.4%
G = 21.54%
B = 41.07%

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

#E081F6 (or 0xE081F6) is known color: Heliotrope. HEX triplet: E0, 81 and F6. RGB value is (224,129,246). Sum of RGB (Red+Green+Blue) = 224+129+246=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 246 (96.48% from 255 or 41.07% from 599); Max value from RGB is 246 - color contains mainly: blue. Hex color #E081F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081F6 is #1F7E09. Grayscale: #AAAAAA. Windows color (decimal): -2063882 or 16155104. OLE color: 16155104.

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

Color convert

RGB 224 129 246 -
CMYK 0.09 0.48 0 0.04
HSL 288.72º 0.87% 0.74% -
HSV(B) 288.72º 0.48% 0.96% -
XYZ 55.23 38.2 91.65 -
YUV 170.74 170.47 165.99 -
System Red Green Blue C M Y K H S L
Decimal 224 129 246 0.09 0.48 0 0.04 288.72 0.87 0.74
Hex E0 81 F6 9 30 0 4 121 57 4A
Octal 340 201 366 11 60 0 4 441 127 112
Binary 11100000 10000001 11110110 1001 110000 0 100 100100001 1010111 1001010

Color Harmonies of #E081F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081F6

Black with #E081F6

Text Example


Text Example

White with #E081F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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