#E570FE

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

Shades of Heliotrope #E570FE

Tints of Heliotrope #E570FE

Color information

#E570FE (or 0xE570FE) is unknown color: approx Heliotrope. HEX triplet: E5, 70 and FE. RGB value is (229,112,254). Sum of RGB (Red+Green+Blue) = 229+112+254=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #E570FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E570FE is #1A8F01. Grayscale: #A2A2A2. Windows color (decimal): -1740546 or 16675045. OLE color: 16675045.

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

Color convert

RGB229112254-
CMYK0.100.5600.00
HSL289.44º98.61%71.76%-
HSV(B)289.44º55.91%99.61%-
XYZ5635.497.65-
YUV163.17179.26174.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 112 (44.14% from 255) = 18.82%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=38.49%
G=18.82%
B=42.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2291122540.100.5600.00289.4498.6171.76
HexE570FEA38001216348
Octal345160376127000441143110
Binary1110010111100001111111010101110000010010000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E570FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E570FE; }

 p { color: rgb(229,112,254); }

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

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

 a { background-color: rgb(229,112,254); }

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

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

 span { border-color: rgb(229,112,254); }

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