#E06CFB

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

Shades of Heliotrope #E06CFB

Tints of Heliotrope #E06CFB

Color information

#E06CFB (or 0xE06CFB) is unknown color: approx Heliotrope. HEX triplet: E0, 6C and FB. RGB value is (224,108,251). Sum of RGB (Red+Green+Blue) = 224+108+251=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #E06CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CFB is #1F9304. Grayscale: #9E9E9E. Windows color (decimal): -2069253 or 16477408. OLE color: 16477408.

HSL color Cylindrical-coordinate representation of color #E06CFB: hue angle of 288.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06CFB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224108251-
CMYK0.110.5700.02
HSL288.67º94.7%70.39%-
HSV(B)288.67º56.97%98.43%-
XYZ53.5233.5494.92-
YUV158.99179.93174.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 108 (42.58% from 255) = 18.52%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=38.42%
G=18.52%
B=43.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241082510.110.5700.02288.6794.770.39
HexE06CFBB39021215f46
Octal340154373137102441137106
Binary11100000110110011111011101111100101010010000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CFB; }

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

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

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

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

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

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

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

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