#E474FD

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

Shades of Heliotrope #E474FD

Tints of Heliotrope #E474FD

Color information

#E474FD (or 0xE474FD) is unknown color: approx Heliotrope. HEX triplet: E4, 74 and FD. RGB value is (228,116,253). Sum of RGB (Red+Green+Blue) = 228+116+253=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #E474FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474FD is #1B8B02. Grayscale: #A4A4A4. Windows color (decimal): -1805059 or 16610532. OLE color: 16610532.

HSL color Cylindrical-coordinate representation of color #E474FD: hue angle of 289.05º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E474FD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228116253-
CMYK0.100.5400.01
HSL289.05º97.16%72.35%-
HSV(B)289.05º54.15%99.22%-
XYZ55.9736.0896.94-
YUV165.11177.61172.86-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.19%
GREEN value IS 116 (45.70% from 255) = 19.43%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=38.19%
G=19.43%
B=42.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281162530.100.5400.01289.0597.1672.35
HexE474FDA36011216148
Octal344164375126601441141110
Binary1110010011101001111110110101101100110010000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E474FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E474FD; }

 p { color: rgb(228,116,253); }

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

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

 a { background-color: rgb(228,116,253); }

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

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

 span { border-color: rgb(228,116,253); }

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