#E45EFD

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

Shades of Heliotrope #E45EFD

Tints of Heliotrope #E45EFD

Color information

#E45EFD (or 0xE45EFD) is unknown color: approx Heliotrope. HEX triplet: E4, 5E and FD. RGB value is (228,94,253). Sum of RGB (Red+Green+Blue) = 228+94+253=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 94 (37.11% from 255 or 16.35% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E45EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45EFD is #1BA102. Grayscale: #979797. Windows color (decimal): -1810691 or 16604900. OLE color: 16604900.

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

Color convert

RGB22894253-
CMYK0.100.6300.01
HSL290.57º97.55%68.04%-
HSV(B)290.57º62.85%99.22%-
XYZ53.7331.5996.19-
YUV152.19184.89182.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.65%
GREEN value IS 94 (37.11% from 255) = 16.35%
BLUE value IS 253 (99.22% from 255) = 44%
R=39.65%
G=16.35%
B=44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal228942530.100.6300.01290.5797.5568.04
HexE45EFDA3F011236244
Octal344136375127701443142104
Binary1110010010111101111110110101111110110010001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45EFD; }

 p { color: rgb(228,94,253); }

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

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

 a { background-color: rgb(228,94,253); }

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

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

 span { border-color: rgb(228,94,253); }

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