#E156FD

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

Shades of Heliotrope #E156FD

Tints of Heliotrope #E156FD

Color information

#E156FD (or 0xE156FD) is unknown color: approx Heliotrope. HEX triplet: E1, 56 and FD. RGB value is (225,86,253). Sum of RGB (Red+Green+Blue) = 225+86+253=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 86 (33.98% from 255 or 15.25% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #E156FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E156FD is #1EA902. Grayscale: #929292. Windows color (decimal): -2009347 or 16602849. OLE color: 16602849.

HSL color Cylindrical-coordinate representation of color #E156FD: hue angle of 289.94º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E156FD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22586253-
CMYK0.110.6600.01
HSL289.94º97.66%66.47%-
HSV(B)289.94º66.01%99.22%-
XYZ52.1129.7595.93-
YUV146.6188.05183.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 86 (33.98% from 255) = 15.25%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=39.89%
G=15.25%
B=44.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225862530.110.6600.01289.9497.6666.47
HexE156FDB42011226242
Octal3411263751310201442142102
Binary11100001101011011111101101110000100110010001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E156FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E156FD; }

 p { color: rgb(225,86,253); }

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

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

 a { background-color: rgb(225,86,253); }

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

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

 span { border-color: rgb(225,86,253); }

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