#E16BEC

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

Shades of Heliotrope #E16BEC

Tints of Heliotrope #E16BEC

Color information

#E16BEC (or 0xE16BEC) is unknown color: approx Heliotrope. HEX triplet: E1, 6B and EC. RGB value is (225,107,236). Sum of RGB (Red+Green+Blue) = 225+107+236=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #E16BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BEC is #1E9413. Grayscale: #9C9C9C. Windows color (decimal): -2003988 or 15494113. OLE color: 15494113.

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

Color convert

RGB225107236-
CMYK0.050.5500.07
HSL294.88º77.25%67.25%-
HSV(B)294.88º54.66%92.55%-
XYZ51.4532.5882.93-
YUV156.99172.59176.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 107 (42.19% from 255) = 18.84%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=39.61%
G=18.84%
B=41.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251072360.050.5500.07294.8877.2567.25
HexE16BEC537071274d43
Octal34115335456707447115103
Binary11100001110101111101100101110111011110010011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BEC; }

 p { color: rgb(225,107,236); }

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

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

 a { background-color: rgb(225,107,236); }

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

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

 span { border-color: rgb(225,107,236); }

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