#E85FFC

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

Shades of Heliotrope #E85FFC

Tints of Heliotrope #E85FFC

Color information

#E85FFC (or 0xE85FFC) is unknown color: approx Heliotrope. HEX triplet: E8, 5F and FC. RGB value is (232,95,252). Sum of RGB (Red+Green+Blue) = 232+95+252=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #E85FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85FFC is #17A003. Grayscale: #999999. Windows color (decimal): -1548292 or 16539624. OLE color: 16539624.

HSL color Cylindrical-coordinate representation of color #E85FFC: hue angle of 292.36º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85FFC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23295252-
CMYK0.080.6200.01
HSL292.36º96.32%68.04%-
HSV(B)292.36º62.3%98.82%-
XYZ54.9432.3795.45-
YUV153.86183.39183.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 95 (37.5% from 255) = 16.41%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=40.07%
G=16.41%
B=43.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232952520.080.6200.01292.3696.3268.04
HexE85FFC83E011246044
Octal350137374107601444140104
Binary1110100010111111111110010001111100110010010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85FFC; }

 p { color: rgb(232,95,252); }

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

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

 a { background-color: rgb(232,95,252); }

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

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

 span { border-color: rgb(232,95,252); }

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