#E375F0

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

Shades of Heliotrope #E375F0

Tints of Heliotrope #E375F0

Color information

#E375F0 (or 0xE375F0) is unknown color: approx Heliotrope. HEX triplet: E3, 75 and F0. RGB value is (227,117,240). Sum of RGB (Red+Green+Blue) = 227+117+240=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #E375F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375F0 is #1C8A0F. Grayscale: #A3A3A3. Windows color (decimal): -1870352 or 15758819. OLE color: 15758819.

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

Color convert

RGB227117240-
CMYK0.050.5100.06
HSL293.66º80.39%70%-
HSV(B)293.66º51.25%94.12%-
XYZ53.7735.3486.43-
YUV163.91170.94173-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.87%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=38.87%
G=20.03%
B=41.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271172400.050.5100.06293.6680.3970
HexE375F0533061265046
Octal34316536056306446120106
Binary11100011111010111110000101110011011010010011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375F0; }

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

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

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

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

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

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

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

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