#E080F3

Color #E080F3 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E080F3

Tints of Heliotrope #E080F3

Color information

#E080F3 (or 0xE080F3) is unknown color: approx Heliotrope. HEX triplet: E0, 80 and F3. RGB value is (224,128,243). Sum of RGB (Red+Green+Blue) = 224+128+243=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #E080F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080F3 is #1F7F0C. Grayscale: #A9A9A9. Windows color (decimal): -2064141 or 15958240. OLE color: 15958240.

HSL color Cylindrical-coordinate representation of color #E080F3: hue angle of 290.09º degrees, saturation: 0.83, 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 #E080F3 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224128243-
CMYK0.080.4700.05
HSL290.09º82.73%72.75%-
HSV(B)290.09º47.33%95.29%-
XYZ54.6437.7689.2-
YUV169.81169.3166.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 128 (50.39% from 255) = 21.51%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=37.65%
G=21.51%
B=40.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241282430.080.4700.05290.0982.7372.75
HexE080F382F051225349
Octal340200363105705442123111
Binary1110000010000000111100111000101111010110010001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080F3; }

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

 H1.HeaderClassName
 {
   color: #E080F3;
 }
 .AnyTagClassName
 {
   color: #E080F3;
 }
</style>
background-color css

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

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

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

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

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

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