#E15CFE

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

Shades of Heliotrope #E15CFE

Tints of Heliotrope #E15CFE

Color information

#E15CFE (or 0xE15CFE) is unknown color: approx Heliotrope. HEX triplet: E1, 5C and FE. RGB value is (225,92,254). Sum of RGB (Red+Green+Blue) = 225+92+254=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 92 (36.33% from 255 or 16.11% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #E15CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CFE is #1EA301. Grayscale: #959595. Windows color (decimal): -2007810 or 16669921. OLE color: 16669921.

HSL color Cylindrical-coordinate representation of color #E15CFE: hue angle of 289.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15CFE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22592254-
CMYK0.110.6400.00
HSL289.26º98.78%67.84%-
HSV(B)289.26º63.78%99.61%-
XYZ52.7730.8296.93-
YUV150.23186.56181.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.40%
GREEN value IS 92 (36.33% from 255) = 16.11%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=39.40%
G=16.11%
B=44.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal225922540.110.6400.00289.2698.7867.84
HexE15CFEB40001216344
Octal3411343761310000441143104
Binary11100001101110011111110101110000000010010000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CFE; }

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

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

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

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

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

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

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

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