#E06CF8

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

Shades of Heliotrope #E06CF8

Tints of Heliotrope #E06CF8

Color information

#E06CF8 (or 0xE06CF8) is unknown color: approx Heliotrope. HEX triplet: E0, 6C and F8. RGB value is (224,108,248). Sum of RGB (Red+Green+Blue) = 224+108+248=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 108 (42.58% from 255 or 18.62% 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 #E06CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CF8 is #1F9307. Grayscale: #9E9E9E. Windows color (decimal): -2069256 or 16280800. OLE color: 16280800.

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

Color convert

RGB224108248-
CMYK0.100.5600.03
HSL289.71º90.91%69.8%-
HSV(B)289.71º56.45%97.25%-
XYZ53.0533.3592.45-
YUV158.64178.43174.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 108 (42.58% from 255) = 18.62%
BLUE value IS 248 (97.27% from 255) = 42.76%
R=38.62%
G=18.62%
B=42.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2241082480.100.5600.03289.7190.9169.8
HexE06CF8A38031225b46
Octal340154370127003442133106
Binary11100000110110011111000101011100001110010001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CF8; }

 p { color: rgb(224,108,248); }

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

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

 a { background-color: rgb(224,108,248); }

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

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

 span { border-color: rgb(224,108,248); }

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