#E374F0

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

Shades of Heliotrope #E374F0

Tints of Heliotrope #E374F0

Color information

#E374F0 (or 0xE374F0) is unknown color: approx Heliotrope. HEX triplet: E3, 74 and F0. RGB value is (227,116,240). Sum of RGB (Red+Green+Blue) = 227+116+240=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #E374F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E374F0 is #1C8B0F. Grayscale: #A2A2A2. Windows color (decimal): -1870608 or 15758563. OLE color: 15758563.

HSL color Cylindrical-coordinate representation of color #E374F0: hue angle of 293.71º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E374F0 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227116240-
CMYK0.050.5200.06
HSL293.71º80.52%69.8%-
HSV(B)293.71º51.67%94.12%-
XYZ53.6535.1186.39-
YUV163.32171.27173.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 116 (45.70% from 255) = 19.90%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=38.94%
G=19.90%
B=41.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271162400.050.5200.06293.7180.5269.8
HexE374F0534061265146
Octal34316436056406446121106
Binary11100011111010011110000101110100011010010011010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374F0; }

 p { color: rgb(227,116,240); }

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

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

 a { background-color: rgb(227,116,240); }

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

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

 span { border-color: rgb(227,116,240); }

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