Html Css Color HEX #E082FF Heliotrope

📋 copy color: '#E082FF'

red 224 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #E082FF

Tints of Heliotrope #E082FF

RGB

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

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

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

R = 36.78%
G = 21.35%
B = 41.87%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E082FF (or 0xE082FF) is known color: Heliotrope. HEX triplet: E0, 82 and FF. RGB value is (224,130,255). Sum of RGB (Red+Green+Blue) = 224+130+255=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #E082FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E082FF is #1F7D00. Grayscale: #ABABAB. Windows color (decimal): -2063617 or 16745184. OLE color: 16745184.

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

Color convert

RGB 224 130 255 -
CMYK 0.12 0.49 0 0
HSL 285.12º 1% 0.75% -
HSV(B) 285.12º 0.49% 1% -
XYZ 56.77 39.03 99.15 -
YUV 172.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 224 130 255 0.12 0.49 0 0 285.12 1 0.75
Hex E0 82 FF C 31 0 0 11D 64 4B
Octal 340 202 377 14 61 0 0 435 144 113
Binary 11100000 10000010 11111111 1100 110001 0 0 100011101 1100100 1001011

Color Harmonies of #E082FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082FF

Black with #E082FF

Text Example


Text Example

White with #E082FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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