#E55BFC

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

Shades of Heliotrope #E55BFC

Tints of Heliotrope #E55BFC

Color information

#E55BFC (or 0xE55BFC) is unknown color: approx Heliotrope. HEX triplet: E5, 5B and FC. RGB value is (229,91,252). Sum of RGB (Red+Green+Blue) = 229+91+252=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 91 (35.94% from 255 or 15.91% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #E55BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55BFC is #1AA403. Grayscale: #969696. Windows color (decimal): -1745924 or 16538597. OLE color: 16538597.

HSL color Cylindrical-coordinate representation of color #E55BFC: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55BFC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB22991252-
CMYK0.090.6400.01
HSL291.43º96.41%67.25%-
HSV(B)291.43º63.89%98.82%-
XYZ53.6231.1795.29-
YUV150.62185.22183.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 91 (35.94% from 255) = 15.91%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=40.03%
G=15.91%
B=44.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal229912520.090.6400.01291.4396.4167.25
HexE55BFC940011236043
Octal3451333741110001443140103
Binary11100101101101111111100100110000000110010001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55BFC; }

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

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

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

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

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

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

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

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