#e55bff

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

Shades of Heliotrope #E55BFF

Tints of Heliotrope #E55BFF

Color information

#E55BFF (or 0xE55BFF) is unknown color: approx Heliotrope. HEX triplet: E5, 5B and FF. RGB value is (229,91,255). Sum of RGB (Red+Green+Blue) = 229+91+255=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #E55BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55BFF is #1AA400. Grayscale: #969696. Windows color (decimal): -1745921 or 16735205. OLE color: 16735205.

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

Color convert

RGB22991255-
CMYK0.100.6400
HSL290.49º100%67.84%-
HSV(B)290.49º64.31%100%-
XYZ54.131.3697.81-
YUV150.96186.72183.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.83%
GREEN value IS 91 (35.94% from 255) = 15.83%
BLUE value IS 255 (100% from 255) = 44.35%
R=39.83%
G=15.83%
B=44.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229912550.100.6400290.4910067.84
HexE55BFFA40001226444
Octal3451333771210000442144104
Binary11100101101101111111111101010000000010010001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55bff; }

 p { color: rgb(229,91,255); }

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

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

 a { background-color: rgb(229,91,255); }

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

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

 span { border-color: rgb(229,91,255); }

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