#E370FA

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

Shades of Heliotrope #E370FA

Tints of Heliotrope #E370FA

Color information

#E370FA (or 0xE370FA) is unknown color: approx Heliotrope. HEX triplet: E3, 70 and FA. RGB value is (227,112,250). Sum of RGB (Red+Green+Blue) = 227+112+250=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #E370FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FA is #1C8F05. Grayscale: #A1A1A1. Windows color (decimal): -1871622 or 16412899. OLE color: 16412899.

HSL color Cylindrical-coordinate representation of color #E370FA: hue angle of 290º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E370FA is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227112250-
CMYK0.090.5500.02
HSL290º93.24%70.98%-
HSV(B)290º55.2%98.04%-
XYZ54.7334.8294.28-
YUV162.12177.6174.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 112 (44.14% from 255) = 19.02%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=38.54%
G=19.02%
B=42.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2271122500.090.5500.0229093.2470.98
HexE370FA937021225d47
Octal343160372116702442135107
Binary11100011111000011111010100111011101010010001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370FA; }

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

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

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

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

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

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

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

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