#E154FF

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

Shades of Heliotrope #E154FF

Tints of Heliotrope #E154FF

Color information

#E154FF (or 0xE154FF) is unknown color: approx Heliotrope. HEX triplet: E1, 54 and FF. RGB value is (225,84,255). Sum of RGB (Red+Green+Blue) = 225+84+255=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 84 (33.20% from 255 or 14.89% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E154FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154FF is #1EAB00. Grayscale: #919191. Windows color (decimal): -2009857 or 16733409. OLE color: 16733409.

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

Color convert

RGB22584255-
CMYK0.120.6700
HSL289.47º100%66.47%-
HSV(B)289.47º67.06%100%-
XYZ52.2729.5797.56-
YUV145.65189.71184.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 84 (33.20% from 255) = 14.89%
BLUE value IS 255 (100% from 255) = 45.21%
R=39.89%
G=14.89%
B=45.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225842550.120.6700289.4710066.47
HexE154FFC43001216442
Octal3411243771410300441144102
Binary11100001101010011111111110010000110010010000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154FF; }

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

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

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

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

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

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

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

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