#E16CF5

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

Shades of Heliotrope #E16CF5

Tints of Heliotrope #E16CF5

Color information

#E16CF5 (or 0xE16CF5) is unknown color: approx Heliotrope. HEX triplet: E1, 6C and F5. RGB value is (225,108,245). Sum of RGB (Red+Green+Blue) = 225+108+245=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #E16CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16CF5 is #1E930A. Grayscale: #9E9E9E. Windows color (decimal): -2003723 or 16084193. OLE color: 16084193.

HSL color Cylindrical-coordinate representation of color #E16CF5: hue angle of 291.24º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16CF5 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225108245-
CMYK0.080.5600.04
HSL291.24º87.26%69.22%-
HSV(B)291.24º55.92%96.08%-
XYZ52.933.3390.03-
YUV158.6176.76175.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 108 (42.58% from 255) = 18.69%
BLUE value IS 245 (96.09% from 255) = 42.39%
R=38.93%
G=18.69%
B=42.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251082450.080.5600.04291.2487.2669.22
HexE16CF5838041235745
Octal341154365107004443127105
Binary111000011101100111101011000111000010010010001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CF5; }

 p { color: rgb(225,108,245); }

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

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

 a { background-color: rgb(225,108,245); }

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

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

 span { border-color: rgb(225,108,245); }

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