#E075F9

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

Shades of Heliotrope #E075F9

Tints of Heliotrope #E075F9

Color information

#E075F9 (or 0xE075F9) is unknown color: approx Heliotrope. HEX triplet: E0, 75 and F9. RGB value is (224,117,249). Sum of RGB (Red+Green+Blue) = 224+117+249=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 117 (46.09% from 255 or 19.83% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #E075F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075F9 is #1F8A06. Grayscale: #A3A3A3. Windows color (decimal): -2066951 or 16348640. OLE color: 16348640.

HSL color Cylindrical-coordinate representation of color #E075F9: hue angle of 288.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E075F9 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224117249-
CMYK0.100.5300.02
HSL288.64º91.67%71.76%-
HSV(B)288.64º53.01%97.65%-
XYZ54.235.4193.6-
YUV164.04175.95170.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 117 (46.09% from 255) = 19.83%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=37.97%
G=19.83%
B=42.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241172490.100.5300.02288.6491.6771.76
HexE075F9A35021215c48
Octal340165371126502441134110
Binary11100000111010111111001101011010101010010000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E075F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E075F9; }

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

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

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

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

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

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

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

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