Html Css Color HEX #E080F2 Heliotrope

📋 copy color: '#E080F2'

red 224 ◦ green 128 ◦ blue 242

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

Shades of Heliotrope #E080F2

Tints of Heliotrope #E080F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 37.71%
G = 21.55%
B = 40.74%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E080F2 (or 0xE080F2) is known color: Heliotrope. HEX triplet: E0, 80 and F2. RGB value is (224,128,242). Sum of RGB (Red+Green+Blue) = 224+128+242=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #E080F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F2 is #1F7F0D. Grayscale: #A9A9A9. Windows color (decimal): -2064142 or 15892704. OLE color: 15892704.

HSL color Cylindrical-coordinate representation of color #E080F2: hue angle of 290.53º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E080F2 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 128 242 -
CMYK 0.07 0.47 0 0.05
HSL 290.53º 0.81% 0.73% -
HSV(B) 290.53º 0.47% 0.95% -
XYZ 54.49 37.7 88.41 -
YUV 169.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 224 128 242 0.07 0.47 0 0.05 290.53 0.81 0.73
Hex E0 80 F2 7 2F 0 5 123 51 49
Octal 340 200 362 7 57 0 5 443 121 111
Binary 11100000 10000000 11110010 111 101111 0 101 100100011 1010001 1001001

Color Harmonies of #E080F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080F2

Black with #E080F2

Text Example


Text Example

White with #E080F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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