#E468F8

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

Shades of Heliotrope #E468F8

Tints of Heliotrope #E468F8

Color information

#E468F8 (or 0xE468F8) is unknown color: approx Heliotrope. HEX triplet: E4, 68 and F8. RGB value is (228,104,248). Sum of RGB (Red+Green+Blue) = 228+104+248=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #E468F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468F8 is #1B9707. Grayscale: #9D9D9D. Windows color (decimal): -1808136 or 16279780. OLE color: 16279780.

HSL color Cylindrical-coordinate representation of color #E468F8: hue angle of 291.67º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E468F8 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB228104248-
CMYK0.080.5800.03
HSL291.67º91.14%69.02%-
HSV(B)291.67º58.06%97.25%-
XYZ53.8933.1792.37-
YUV157.49179.08178.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.31%
GREEN value IS 104 (41.02% from 255) = 17.93%
BLUE value IS 248 (97.27% from 255) = 42.76%
R=39.31%
G=17.93%
B=42.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2281042480.080.5800.03291.6791.1469.02
HexE468F883A031245b45
Octal344150370107203444133105
Binary11100100110100011111000100011101001110010010010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E468F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E468F8; }

 p { color: rgb(228,104,248); }

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

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

 a { background-color: rgb(228,104,248); }

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

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

 span { border-color: rgb(228,104,248); }

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