#E168ED

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

Shades of Heliotrope #E168ED

Tints of Heliotrope #E168ED

Color information

#E168ED (or 0xE168ED) is unknown color: approx Heliotrope. HEX triplet: E1, 68 and ED. RGB value is (225,104,237). Sum of RGB (Red+Green+Blue) = 225+104+237=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E168ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E168ED is #1E9712. Grayscale: #9A9A9A. Windows color (decimal): -2004755 or 15558881. OLE color: 15558881.

HSL color Cylindrical-coordinate representation of color #E168ED: hue angle of 294.59º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E168ED is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225104237-
CMYK0.050.5600.07
HSL294.59º78.7%66.86%-
HSV(B)294.59º56.12%92.94%-
XYZ51.2932.0283.6-
YUV155.34174.09177.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 104 (41.02% from 255) = 18.37%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=39.75%
G=18.37%
B=41.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251042370.050.5600.07294.5978.766.86
HexE168ED538071274f43
Octal34115035557007447117103
Binary11100001110100011101101101111000011110010011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168ED; }

 p { color: rgb(225,104,237); }

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

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

 a { background-color: rgb(225,104,237); }

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

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

 span { border-color: rgb(225,104,237); }

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