#E068FE

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

Shades of Heliotrope #E068FE

Tints of Heliotrope #E068FE

Color information

#E068FE (or 0xE068FE) is unknown color: approx Heliotrope. HEX triplet: E0, 68 and FE. RGB value is (224,104,254). Sum of RGB (Red+Green+Blue) = 224+104+254=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #E068FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068FE is #1F9701. Grayscale: #9C9C9C. Windows color (decimal): -2070274 or 16672992. OLE color: 16672992.

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

Color convert

RGB224104254-
CMYK0.120.5900.00
HSL288º98.68%70.2%-
HSV(B)288º59.06%99.61%-
XYZ53.5832.997.29-
YUV156.98182.76175.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.49%
GREEN value IS 104 (41.02% from 255) = 17.87%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=38.49%
G=17.87%
B=43.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241042540.120.5900.0028898.6870.2
HexE068FEC3B001206346
Octal340150376147300440143106
Binary1110000011010001111111011001110110010010000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068FE; }

 p { color: rgb(224,104,254); }

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

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

 a { background-color: rgb(224,104,254); }

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

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

 span { border-color: rgb(224,104,254); }

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