#E470FF

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

Shades of Heliotrope #E470FF

Tints of Heliotrope #E470FF

Color information

#E470FF (or 0xE470FF) is unknown color: approx Heliotrope. HEX triplet: E4, 70 and FF. RGB value is (228,112,255). Sum of RGB (Red+Green+Blue) = 228+112+255=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #E470FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470FF is #1B8F00. Grayscale: #A2A2A2. Windows color (decimal): -1806081 or 16740580. OLE color: 16740580.

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

Color convert

RGB228112255-
CMYK0.110.5600
HSL288.67º100%71.96%-
HSV(B)288.67º56.08%100%-
XYZ55.8435.398.48-
YUV162.99179.93174.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.32%
GREEN value IS 112 (44.14% from 255) = 18.82%
BLUE value IS 255 (100% from 255) = 42.86%
R=38.32%
G=18.82%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281122550.110.5600288.6710071.96
HexE470FFB38001216448
Octal344160377137000441144110
Binary1110010011100001111111110111110000010010000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E470FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E470FF; }

 p { color: rgb(228,112,255); }

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

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

 a { background-color: rgb(228,112,255); }

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

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

 span { border-color: rgb(228,112,255); }

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