#E055F8

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

Shades of Heliotrope #E055F8

Tints of Heliotrope #E055F8

Color information

#E055F8 (or 0xE055F8) is unknown color: approx Heliotrope. HEX triplet: E0, 55 and F8. RGB value is (224,85,248). Sum of RGB (Red+Green+Blue) = 224+85+248=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #E055F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055F8 is #1FAA07. Grayscale: #909090. Windows color (decimal): -2075144 or 16274912. OLE color: 16274912.

HSL color Cylindrical-coordinate representation of color #E055F8: hue angle of 291.17º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E055F8 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22485248-
CMYK0.100.6600.03
HSL291.17º92.09%65.29%-
HSV(B)291.17º65.73%97.25%-
XYZ50.9329.1291.74-
YUV145.14186.05184.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 85 (33.59% from 255) = 15.26%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=40.22%
G=15.26%
B=44.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal224852480.100.6600.03291.1792.0965.29
HexE055F8A42031235c41
Octal3401253701210203443134101
Binary111000001010101111110001010100001001110010001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055F8; }

 p { color: rgb(224,85,248); }

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

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

 a { background-color: rgb(224,85,248); }

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

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

 span { border-color: rgb(224,85,248); }

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