#E270F1

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

Shades of Heliotrope #E270F1

Tints of Heliotrope #E270F1

Color information

#E270F1 (or 0xE270F1) is unknown color: approx Heliotrope. HEX triplet: E2, 70 and F1. RGB value is (226,112,241). Sum of RGB (Red+Green+Blue) = 226+112+241=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #E270F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270F1 is #1D8F0E. Grayscale: #A0A0A0. Windows color (decimal): -1937167 or 15823074. OLE color: 15823074.

HSL color Cylindrical-coordinate representation of color #E270F1: hue angle of 293.02º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E270F1 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226112241-
CMYK0.060.5400.05
HSL293.02º82.17%69.22%-
HSV(B)293.02º53.53%94.51%-
XYZ53.0434.1187.01-
YUV160.79173.27174.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 112 (44.14% from 255) = 19.34%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=39.03%
G=19.34%
B=41.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261122410.060.5400.05293.0282.1769.22
HexE270F1636051255245
Octal34216036166605445122105
Binary11100010111000011110001110110110010110010010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E270F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E270F1; }

 p { color: rgb(226,112,241); }

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

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

 a { background-color: rgb(226,112,241); }

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

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

 span { border-color: rgb(226,112,241); }

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