#E270FF

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

Shades of Heliotrope #E270FF

Tints of Heliotrope #E270FF

Color information

#E270FF (or 0xE270FF) is unknown color: approx Heliotrope. HEX triplet: E2, 70 and FF. RGB value is (226,112,255). Sum of RGB (Red+Green+Blue) = 226+112+255=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #E270FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270FF is #1D8F00. Grayscale: #A1A1A1. Windows color (decimal): -1937153 or 16740578. OLE color: 16740578.

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

Color convert

RGB226112255-
CMYK0.110.5600
HSL287.83º100%71.96%-
HSV(B)287.83º56.08%100%-
XYZ55.2134.9898.45-
YUV162.39180.27173.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 112 (44.14% from 255) = 18.89%
BLUE value IS 255 (100% from 255) = 43.00%
R=38.11%
G=18.89%
B=43.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261122550.110.5600287.8310071.96
HexE270FFB38001206448
Octal342160377137000440144110
Binary1110001011100001111111110111110000010010000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E270FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E270FF; }

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

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

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

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

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

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

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

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