#E06AFD

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

Shades of Heliotrope #E06AFD

Tints of Heliotrope #E06AFD

Color information

#E06AFD (or 0xE06AFD) is unknown color: approx Heliotrope. HEX triplet: E0, 6A and FD. RGB value is (224,106,253). Sum of RGB (Red+Green+Blue) = 224+106+253=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 106 (41.80% from 255 or 18.18% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #E06AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AFD is #1F9502. Grayscale: #9D9D9D. Windows color (decimal): -2069763 or 16607968. OLE color: 16607968.

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

Color convert

RGB224106253-
CMYK0.110.5800.01
HSL288.16º97.35%70.39%-
HSV(B)288.16º58.1%99.22%-
XYZ53.6233.2596.52-
YUV158.04181.59175.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 106 (41.80% from 255) = 18.18%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=38.42%
G=18.18%
B=43.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241062530.110.5800.01288.1697.3570.39
HexE06AFDB3A011206146
Octal340152375137201440141106
Binary1110000011010101111110110111110100110010000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06AFD; }

 p { color: rgb(224,106,253); }

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

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

 a { background-color: rgb(224,106,253); }

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

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

 span { border-color: rgb(224,106,253); }

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