#E180FE

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

Shades of Heliotrope #E180FE

Tints of Heliotrope #E180FE

Color information

#E180FE (or 0xE180FE) is unknown color: approx Heliotrope. HEX triplet: E1, 80 and FE. RGB value is (225,128,254). Sum of RGB (Red+Green+Blue) = 225+128+254=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #E180FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E180FE is #1E7F01. Grayscale: #AAAAAA. Windows color (decimal): -1998594 or 16679137. OLE color: 16679137.

HSL color Cylindrical-coordinate representation of color #E180FE: hue angle of 286.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E180FE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225128254-
CMYK0.110.5000.00
HSL286.19º98.44%74.9%-
HSV(B)286.19º49.61%99.61%-
XYZ56.6638.698.23-
YUV171.37174.64166.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 128 (50.39% from 255) = 21.09%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=37.07%
G=21.09%
B=41.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251282540.110.5000.00286.1998.4474.9
HexE180FEB320011e624b
Octal341200376136200436142113
Binary11100001100000001111111010111100100010001111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180FE; }

 p { color: rgb(225,128,254); }

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

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

 a { background-color: rgb(225,128,254); }

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

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

 span { border-color: rgb(225,128,254); }

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