#E370FF

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

Shades of Heliotrope #E370FF

Tints of Heliotrope #E370FF

Color information

#E370FF (or 0xE370FF) is unknown color: approx Heliotrope. HEX triplet: E3, 70 and FF. RGB value is (227,112,255). Sum of RGB (Red+Green+Blue) = 227+112+255=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 112 (44.14% from 255 or 18.86% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #E370FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FF is #1C8F00. Grayscale: #A2A2A2. Windows color (decimal): -1871617 or 16740579. OLE color: 16740579.

HSL color Cylindrical-coordinate representation of color #E370FF: hue angle of 288.25º 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 #E370FF is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB227112255-
CMYK0.110.5600
HSL288.25º100%71.96%-
HSV(B)288.25º56.08%100%-
XYZ55.5235.1498.46-
YUV162.69180.1173.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.22%
GREEN value IS 112 (44.14% from 255) = 18.86%
BLUE value IS 255 (100% from 255) = 42.93%
R=38.22%
G=18.86%
B=42.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2271122550.110.5600288.2510071.96
HexE370FFB38001206448
Octal343160377137000440144110
Binary1110001111100001111111110111110000010010000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370FF; }

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

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

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

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

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

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

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

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