#E354FF

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

Shades of Heliotrope #E354FF

Tints of Heliotrope #E354FF

Color information

#E354FF (or 0xE354FF) is unknown color: approx Heliotrope. HEX triplet: E3, 54 and FF. RGB value is (227,84,255). Sum of RGB (Red+Green+Blue) = 227+84+255=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #E354FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E354FF is #1CAB00. Grayscale: #919191. Windows color (decimal): -1878785 or 16733411. OLE color: 16733411.

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

Color convert

RGB22784255-
CMYK0.110.6700
HSL290.18º100%66.47%-
HSV(B)290.18º67.06%100%-
XYZ52.929.8997.59-
YUV146.25189.38185.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.11%
GREEN value IS 84 (33.20% from 255) = 14.84%
BLUE value IS 255 (100% from 255) = 45.05%
R=40.11%
G=14.84%
B=45.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal227842550.110.6700290.1810066.47
HexE354FFB43001226442
Octal3431243771310300442144102
Binary11100011101010011111111101110000110010010001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E354FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E354FF; }

 p { color: rgb(227,84,255); }

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

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

 a { background-color: rgb(227,84,255); }

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

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

 span { border-color: rgb(227,84,255); }

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