#E370F9

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

Shades of Heliotrope #E370F9

Tints of Heliotrope #E370F9

Color information

#E370F9 (or 0xE370F9) is unknown color: approx Heliotrope. HEX triplet: E3, 70 and F9. RGB value is (227,112,249). Sum of RGB (Red+Green+Blue) = 227+112+249=588 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.61% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #E370F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370F9 is #1C8F06. Grayscale: #A1A1A1. Windows color (decimal): -1871623 or 16347363. OLE color: 16347363.

HSL color Cylindrical-coordinate representation of color #E370F9: hue angle of 290.36º degrees, saturation: 0.92, 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 #E370F9 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB227112249-
CMYK0.090.5500.02
HSL290.36º91.95%70.78%-
HSV(B)290.36º55.02%97.65%-
XYZ54.5734.7693.46-
YUV162177.1174.36-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.61%
GREEN value IS 112 (44.14% from 255) = 19.05%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=38.61%
G=19.05%
B=42.35%

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
Decimal2271122490.090.5500.02290.3691.9570.78
HexE370F9937021225c47
Octal343160371116702442134107
Binary11100011111000011111001100111011101010010001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370F9; }

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

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

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

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

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

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

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

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