Html Css Color HEX #E06CF0 Heliotrope

📋 copy color: '#E06CF0'

red 224 ◦ green 108 ◦ blue 240

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

Shades of Heliotrope #E06CF0

Tints of Heliotrope #E06CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 39.16%
G = 18.88%
B = 41.96%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E06CF0 (or 0xE06CF0) is known color: Heliotrope. HEX triplet: E0, 6C and F0. RGB value is (224,108,240). Sum of RGB (Red+Green+Blue) = 224+108+240=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #E06CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CF0 is #1F930F. Grayscale: #9D9D9D. Windows color (decimal): -2069264 or 15756512. OLE color: 15756512.

HSL color Cylindrical-coordinate representation of color #E06CF0: hue angle of 292.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06CF0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 108 240 -
CMYK 0.07 0.55 0 0.06
HSL 292.73º 0.81% 0.68% -
HSV(B) 292.73º 0.55% 0.94% -
XYZ 51.83 32.86 86.05 -
YUV 157.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 224 108 240 0.07 0.55 0 0.06 292.73 0.81 0.68
Hex E0 6C F0 7 37 0 6 125 51 44
Octal 340 154 360 7 67 0 6 445 121 104
Binary 11100000 1101100 11110000 111 110111 0 110 100100101 1010001 1000100

Color Harmonies of #E06CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CF0

Black with #E06CF0

Text Example


Text Example

White with #E06CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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