#E154FD

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

Shades of Heliotrope #E154FD

Tints of Heliotrope #E154FD

Color information

#E154FD (or 0xE154FD) is unknown color: approx Heliotrope. HEX triplet: E1, 54 and FD. RGB value is (225,84,253). Sum of RGB (Red+Green+Blue) = 225+84+253=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E154FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154FD is #1EAB02. Grayscale: #909090. Windows color (decimal): -2009859 or 16602337. OLE color: 16602337.

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

Color convert

RGB22584253-
CMYK0.110.6700.01
HSL290.06º97.69%66.08%-
HSV(B)290.06º66.8%99.22%-
XYZ51.9529.4495.87-
YUV145.43188.71184.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 84 (33.20% from 255) = 14.95%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=40.04%
G=14.95%
B=45.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225842530.110.6700.01290.0697.6966.08
HexE154FDB43011226242
Octal3411243751310301442142102
Binary11100001101010011111101101110000110110010001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154FD; }

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

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

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

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

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

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

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

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