#E175F1

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

Shades of Heliotrope #E175F1

Tints of Heliotrope #E175F1

Color information

#E175F1 (or 0xE175F1) is unknown color: approx Heliotrope. HEX triplet: E1, 75 and F1. RGB value is (225,117,241). Sum of RGB (Red+Green+Blue) = 225+117+241=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #E175F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E175F1 is #1E8A0E. Grayscale: #A3A3A3. Windows color (decimal): -2001423 or 15824353. OLE color: 15824353.

HSL color Cylindrical-coordinate representation of color #E175F1: hue angle of 292.26º 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 #E175F1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225117241-
CMYK0.070.5100.05
HSL292.26º81.58%70.2%-
HSV(B)292.26º51.45%94.51%-
XYZ53.2935.0887.18-
YUV163.43171.78171.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 117 (46.09% from 255) = 20.07%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=38.59%
G=20.07%
B=41.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251172410.070.5100.05292.2681.5870.2
HexE175F1733051245246
Octal34116536176305444122106
Binary11100001111010111110001111110011010110010010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175F1; }

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

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

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

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

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

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

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

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