#E470FB

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

Shades of Heliotrope #E470FB

Tints of Heliotrope #E470FB

Color information

#E470FB (or 0xE470FB) is unknown color: approx Heliotrope. HEX triplet: E4, 70 and FB. RGB value is (228,112,251). Sum of RGB (Red+Green+Blue) = 228+112+251=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #E470FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E470FB is #1B8F04. Grayscale: #A2A2A2. Windows color (decimal): -1806085 or 16478436. OLE color: 16478436.

HSL color Cylindrical-coordinate representation of color #E470FB: hue angle of 290.07º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E470FB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228112251-
CMYK0.090.5500.02
HSL290.07º94.56%71.18%-
HSV(B)290.07º55.38%98.43%-
XYZ55.235.0595.12-
YUV162.53177.93174.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.58%
GREEN value IS 112 (44.14% from 255) = 18.95%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=38.58%
G=18.95%
B=42.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281122510.090.5500.02290.0794.5671.18
HexE470FB937021225f47
Octal344160373116702442137107
Binary11100100111000011111011100111011101010010001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E470FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E470FB; }

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

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

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

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

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

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

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

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