#E85CFF

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

Shades of Heliotrope #E85CFF

Tints of Heliotrope #E85CFF

Color information

#E85CFF (or 0xE85CFF) is unknown color: approx Heliotrope. HEX triplet: E8, 5C and FF. RGB value is (232,92,255). Sum of RGB (Red+Green+Blue) = 232+92+255=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #E85CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85CFF is #17A300. Grayscale: #979797. Windows color (decimal): -1549057 or 16735464. OLE color: 16735464.

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

Color convert

RGB23292255-
CMYK0.090.6400
HSL291.53º100%68.04%-
HSV(B)291.53º63.92%100%-
XYZ55.1632.0397.88-
YUV152.44185.88184.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 92 (36.33% from 255) = 15.89%
BLUE value IS 255 (100% from 255) = 44.04%
R=40.07%
G=15.89%
B=44.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal232922550.090.6400291.5310068.04
HexE85CFF940001246444
Octal3501343771110000444144104
Binary11101000101110011111111100110000000010010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85CFF; }

 p { color: rgb(232,92,255); }

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

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

 a { background-color: rgb(232,92,255); }

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

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

 span { border-color: rgb(232,92,255); }

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