#E075F1

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

Shades of Heliotrope #E075F1

Tints of Heliotrope #E075F1

Color information

#E075F1 (or 0xE075F1) is unknown color: approx Heliotrope. HEX triplet: E0, 75 and F1. RGB value is (224,117,241). Sum of RGB (Red+Green+Blue) = 224+117+241=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #E075F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075F1 is #1F8A0E. Grayscale: #A2A2A2. Windows color (decimal): -2066959 or 15824352. OLE color: 15824352.

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

Color convert

RGB224117241-
CMYK0.070.5100.05
HSL291.77º81.58%70.2%-
HSV(B)291.77º51.45%94.51%-
XYZ52.9834.9287.17-
YUV163.13171.95171.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.49%
GREEN value IS 117 (46.09% from 255) = 20.10%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=38.49%
G=20.10%
B=41.41%

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
Decimal2241172410.070.5100.05291.7781.5870.2
HexE075F1733051245246
Octal34016536176305444122106
Binary11100000111010111110001111110011010110010010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075F1; }

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

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

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

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

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

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

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

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