#E468FD

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

Shades of Heliotrope #E468FD

Tints of Heliotrope #E468FD

Color information

#E468FD (or 0xE468FD) is unknown color: approx Heliotrope. HEX triplet: E4, 68 and FD. RGB value is (228,104,253). Sum of RGB (Red+Green+Blue) = 228+104+253=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #E468FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E468FD is #1B9702. Grayscale: #9D9D9D. Windows color (decimal): -1808131 or 16607460. OLE color: 16607460.

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

Color convert

RGB228104253-
CMYK0.100.5900.01
HSL289.93º97.39%70%-
HSV(B)289.93º58.89%99.22%-
XYZ54.6733.4996.51-
YUV158.06181.58177.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.97%
GREEN value IS 104 (41.02% from 255) = 17.78%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=38.97%
G=17.78%
B=43.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281042530.100.5900.01289.9397.3970
HexE468FDA3B011226146
Octal344150375127301442141106
Binary1110010011010001111110110101110110110010001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E468FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E468FD; }

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

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

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

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

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

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

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

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