Html Css Color HEX #E082F6 Heliotrope

📋 copy color: '#E082F6'

red 224 ◦ green 130 ◦ blue 246

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

Shades of Heliotrope #E082F6

Tints of Heliotrope #E082F6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.67%

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

R = 37.33%
G = 21.67%
B = 41%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E082F6 (or 0xE082F6) is known color: Heliotrope. HEX triplet: E0, 82 and F6. RGB value is (224,130,246). Sum of RGB (Red+Green+Blue) = 224+130+246=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #E082F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E082F6 is #1F7D09. Grayscale: #AAAAAA. Windows color (decimal): -2063626 or 16155360. OLE color: 16155360.

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

Color convert

RGB 224 130 246 -
CMYK 0.09 0.47 0 0.04
HSL 288.62º 0.87% 0.74% -
HSV(B) 288.62º 0.47% 0.96% -
XYZ 55.36 38.47 91.7 -
YUV 171.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 224 130 246 0.09 0.47 0 0.04 288.62 0.87 0.74
Hex E0 82 F6 9 2F 0 4 121 57 4A
Octal 340 202 366 11 57 0 4 441 127 112
Binary 11100000 10000010 11110110 1001 101111 0 100 100100001 1010111 1001010

Color Harmonies of #E082F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082F6

Black with #E082F6

Text Example


Text Example

White with #E082F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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