#E385FC

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

Shades of Heliotrope #E385FC

Tints of Heliotrope #E385FC

Color information

#E385FC (or 0xE385FC) is unknown color: approx Heliotrope. HEX triplet: E3, 85 and FC. RGB value is (227,133,252). Sum of RGB (Red+Green+Blue) = 227+133+252=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #E385FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385FC is #1C7A03. Grayscale: #AEAEAE. Windows color (decimal): -1866244 or 16549347. OLE color: 16549347.

HSL color Cylindrical-coordinate representation of color #E385FC: hue angle of 287.39º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E385FC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227133252-
CMYK0.100.4700.01
HSL287.39º95.2%75.49%-
HSV(B)287.39º47.22%98.82%-
XYZ57.6440.1396.8-
YUV174.67171.64165.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.09%
GREEN value IS 133 (52.34% from 255) = 21.73%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=37.09%
G=21.73%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271332520.100.4700.01287.3995.275.49
HexE385FCA2F0111f5f4b
Octal343205374125701437137113
Binary11100011100001011111110010101011110110001111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385FC; }

 p { color: rgb(227,133,252); }

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

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

 a { background-color: rgb(227,133,252); }

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

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

 span { border-color: rgb(227,133,252); }

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