#E460FB

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

Shades of Heliotrope #E460FB

Tints of Heliotrope #E460FB

Color information

#E460FB (or 0xE460FB) is unknown color: approx Heliotrope. HEX triplet: E4, 60 and FB. RGB value is (228,96,251). Sum of RGB (Red+Green+Blue) = 228+96+251=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #E460FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E460FB is #1B9F04. Grayscale: #989898. Windows color (decimal): -1810181 or 16474340. OLE color: 16474340.

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

Color convert

RGB22896251-
CMYK0.090.6200.02
HSL291.1º95.09%68.04%-
HSV(B)291.1º61.75%98.43%-
XYZ53.5931.8294.59-
YUV153.14183.23181.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.65%
GREEN value IS 96 (37.89% from 255) = 16.70%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=39.65%
G=16.70%
B=43.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal228962510.090.6200.02291.195.0968.04
HexE460FB93E021235f44
Octal344140373117602443137104
Binary11100100110000011111011100111111001010010001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E460FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E460FB; }

 p { color: rgb(228,96,251); }

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

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

 a { background-color: rgb(228,96,251); }

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

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

 span { border-color: rgb(228,96,251); }

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