Html Css Color HEX #E06CF6 Heliotrope

📋 copy color: '#E06CF6'

red 224 ◦ green 108 ◦ blue 246

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

Shades of Heliotrope #E06CF6

Tints of Heliotrope #E06CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.69%

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

R = 38.75%
G = 18.69%
B = 42.56%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E06CF6 (or 0xE06CF6) is known color: Heliotrope. HEX triplet: E0, 6C and F6. RGB value is (224,108,246). Sum of RGB (Red+Green+Blue) = 224+108+246=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #E06CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CF6 is #1F9309. Grayscale: #9D9D9D. Windows color (decimal): -2069258 or 16149728. OLE color: 16149728.

HSL color Cylindrical-coordinate representation of color #E06CF6: hue angle of 290.43º degrees, saturation: 0.88, 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 #E06CF6 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 108 246 -
CMYK 0.09 0.56 0 0.04
HSL 290.43º 0.88% 0.69% -
HSV(B) 290.43º 0.56% 0.96% -
XYZ 52.74 33.23 90.82 -
YUV 158.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 224 108 246 0.09 0.56 0 0.04 290.43 0.88 0.69
Hex E0 6C F6 9 38 0 4 122 58 45
Octal 340 154 366 11 70 0 4 442 130 105
Binary 11100000 1101100 11110110 1001 111000 0 100 100100010 1011000 1000101

Color Harmonies of #E06CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CF6

Black with #E06CF6

Text Example


Text Example

White with #E06CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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