#e06bf4

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

Shades of Heliotrope #E06BF4

Tints of Heliotrope #E06BF4

Color information

#E06BF4 (or 0xE06BF4) is unknown color: approx Heliotrope. HEX triplet: E0, 6B and F4. RGB value is (224,107,244). Sum of RGB (Red+Green+Blue) = 224+107+244=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #E06BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BF4 is #1F940B. Grayscale: #9D9D9D. Windows color (decimal): -2069516 or 16018400. OLE color: 16018400.

HSL color Cylindrical-coordinate representation of color #E06BF4: hue angle of 291.24º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06BF4 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224107244-
CMYK0.080.5600.04
HSL291.24º86.16%68.82%-
HSV(B)291.24º56.15%95.69%-
XYZ52.3332.8989.18-
YUV157.6176.76175.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 107 (42.19% from 255) = 18.61%
BLUE value IS 244 (95.70% from 255) = 42.43%
R=38.96%
G=18.61%
B=42.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241072440.080.5600.04291.2486.1668.82
HexE06BF4838041235645
Octal340153364107004443126105
Binary111000001101011111101001000111000010010010001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06bf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06bf4; }

 p { color: rgb(224,107,244); }

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

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

 a { background-color: rgb(224,107,244); }

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

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

 span { border-color: rgb(224,107,244); }

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