#E45FFA

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

Shades of Heliotrope #E45FFA

Tints of Heliotrope #E45FFA

Color information

#E45FFA (or 0xE45FFA) is unknown color: approx Heliotrope. HEX triplet: E4, 5F and FA. RGB value is (228,95,250). Sum of RGB (Red+Green+Blue) = 228+95+250=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #E45FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45FFA is #1BA005. Grayscale: #979797. Windows color (decimal): -1810438 or 16408548. OLE color: 16408548.

HSL color Cylindrical-coordinate representation of color #E45FFA: hue angle of 291.48º degrees, saturation: 0.94, 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 #E45FFA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22895250-
CMYK0.090.6200.02
HSL291.48º93.94%67.65%-
HSV(B)291.48º62%98.04%-
XYZ53.3431.5893.73-
YUV152.44183.06181.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.79%
GREEN value IS 95 (37.5% from 255) = 16.58%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=39.79%
G=16.58%
B=43.63%

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
Decimal228952500.090.6200.02291.4893.9467.65
HexE45FFA93E021235e44
Octal344137372117602443136104
Binary11100100101111111111010100111111001010010001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45FFA; }

 p { color: rgb(228,95,250); }

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

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

 a { background-color: rgb(228,95,250); }

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

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

 span { border-color: rgb(228,95,250); }

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