Html Css Color HEX #E06DF0 Heliotrope

📋 copy color: '#E06DF0'

red 224 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #E06DF0

Tints of Heliotrope #E06DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.02%

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

R = 39.09%
G = 19.02%
B = 41.88%

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

#E06DF0 (or 0xE06DF0) is known color: Heliotrope. HEX triplet: E0, 6D and F0. RGB value is (224,109,240). Sum of RGB (Red+Green+Blue) = 224+109+240=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #E06DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DF0 is #1F920F. Grayscale: #9D9D9D. Windows color (decimal): -2069008 or 15756768. OLE color: 15756768.

HSL color Cylindrical-coordinate representation of color #E06DF0: hue angle of 292.67º 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 #E06DF0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 109 240 -
CMYK 0.07 0.55 0 0.06
HSL 292.67º 0.81% 0.68% -
HSV(B) 292.67º 0.55% 0.94% -
XYZ 51.94 33.08 86.08 -
YUV 158.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 224 109 240 0.07 0.55 0 0.06 292.67 0.81 0.68
Hex E0 6D F0 7 37 0 6 125 51 44
Octal 340 155 360 7 67 0 6 445 121 104
Binary 11100000 1101101 11110000 111 110111 0 110 100100101 1010001 1000100

Color Harmonies of #E06DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DF0

Black with #E06DF0

Text Example


Text Example

White with #E06DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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