#E060F1

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

Shades of Heliotrope #E060F1

Tints of Heliotrope #E060F1

Color information

#E060F1 (or 0xE060F1) is unknown color: approx Heliotrope. HEX triplet: E0, 60 and F1. RGB value is (224,96,241). Sum of RGB (Red+Green+Blue) = 224+96+241=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #E060F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060F1 is #1F9F0E. Grayscale: #969696. Windows color (decimal): -2072335 or 15818976. OLE color: 15818976.

HSL color Cylindrical-coordinate representation of color #E060F1: hue angle of 292.97º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E060F1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22496241-
CMYK0.070.6000.05
HSL292.97º83.82%66.08%-
HSV(B)292.97º60.17%94.51%-
XYZ50.830.5686.44-
YUV150.8178.91180.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 96 (37.89% from 255) = 17.11%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=39.93%
G=17.11%
B=42.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224962410.070.6000.05292.9783.8266.08
HexE060F173C051255442
Octal34014036177405445124102
Binary11100000110000011110001111111100010110010010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E060F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E060F1; }

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

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

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

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

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

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

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

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