#E55EFD

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

Shades of Heliotrope #E55EFD

Tints of Heliotrope #E55EFD

Color information

#E55EFD (or 0xE55EFD) is unknown color: approx Heliotrope. HEX triplet: E5, 5E and FD. RGB value is (229,94,253). Sum of RGB (Red+Green+Blue) = 229+94+253=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #E55EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55EFD is #1AA102. Grayscale: #979797. Windows color (decimal): -1745155 or 16604901. OLE color: 16604901.

HSL color Cylindrical-coordinate representation of color #E55EFD: hue angle of 290.94º 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 #E55EFD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22994253-
CMYK0.090.6300.01
HSL290.94º97.55%68.04%-
HSV(B)290.94º62.85%99.22%-
XYZ54.0531.7696.21-
YUV152.49184.73182.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.76%
GREEN value IS 94 (37.11% from 255) = 16.32%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=39.76%
G=16.32%
B=43.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal229942530.090.6300.01290.9497.5568.04
HexE55EFD93F011236244
Octal345136375117701443142104
Binary1110010110111101111110110011111110110010001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55EFD; }

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

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

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

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

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

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

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

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