Html Css Color HEX #E06BF6 Heliotrope

📋 copy color: '#E06BF6'

red 224 ◦ green 107 ◦ blue 246

#E06BF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #E06BF6

Tints of Heliotrope #E06BF6

RGB

 RED value IS 224 (87.89% from 255) = 38.82%

 GREEN value IS 107 (42.19% from 255) = 18.54%

 BLUE value IS 246 (96.48% from 255) = 42.63%

R = 38.82%
G = 18.54%
B = 42.63%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E06BF6 (or 0xE06BF6) is known color: Heliotrope. HEX triplet: E0, 6B and F6. RGB value is (224,107,246). Sum of RGB (Red+Green+Blue) = 224+107+246=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #E06BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BF6 is #1F9409. Grayscale: #9D9D9D. Windows color (decimal): -2069514 or 16149472. OLE color: 16149472.

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

Color convert

RGB 224 107 246 -
CMYK 0.09 0.57 0 0.04
HSL 290.5º 0.89% 0.69% -
HSV(B) 290.5º 0.57% 0.96% -
XYZ 52.63 33.02 90.79 -
YUV 157.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 224 107 246 0.09 0.57 0 0.04 290.5 0.89 0.69
Hex E0 6B F6 9 39 0 4 123 59 45
Octal 340 153 366 11 71 0 4 443 131 105
Binary 11100000 1101011 11110110 1001 111001 0 100 100100011 1011001 1000101

Color Harmonies of #E06BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BF6

Black with #E06BF6

Text Example


Text Example

White with #E06BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BF6; }

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

 H1.HeaderClassName
 {
   color: #E06BF6;
 }
 .AnyTagClassName
 {
   color: #E06BF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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