#E375F1

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

Shades of Heliotrope #E375F1

Tints of Heliotrope #E375F1

Color information

#E375F1 (or 0xE375F1) is unknown color: approx Heliotrope. HEX triplet: E3, 75 and F1. RGB value is (227,117,241). Sum of RGB (Red+Green+Blue) = 227+117+241=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #E375F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375F1 is #1C8A0E. Grayscale: #A3A3A3. Windows color (decimal): -1870351 or 15824355. OLE color: 15824355.

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

Color convert

RGB227117241-
CMYK0.060.5100.05
HSL293.23º81.58%70.2%-
HSV(B)293.23º51.45%94.51%-
XYZ53.9235.487.21-
YUV164.03171.44172.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 117 (46.09% from 255) = 20%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=38.80%
G=20%
B=41.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271172410.060.5100.05293.2381.5870.2
HexE375F1633051255246
Octal34316536166305445122106
Binary11100011111010111110001110110011010110010010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E375F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E375F1; }

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

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

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

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

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

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

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

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