Html Css Color HEX #E06BF0 Heliotrope

📋 copy color: '#E06BF0'

red 224 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #E06BF0

Tints of Heliotrope #E06BF0

RGB

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

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

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

R = 39.23%
G = 18.74%
B = 42.03%

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

#E06BF0 (or 0xE06BF0) is known color: Heliotrope. HEX triplet: E0, 6B and F0. RGB value is (224,107,240). Sum of RGB (Red+Green+Blue) = 224+107+240=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #E06BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BF0 is #1F940F. Grayscale: #9C9C9C. Windows color (decimal): -2069520 or 15756256. OLE color: 15756256.

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

Color convert

RGB 224 107 240 -
CMYK 0.07 0.55 0 0.06
HSL 292.78º 0.82% 0.68% -
HSV(B) 292.78º 0.55% 0.94% -
XYZ 51.73 32.65 86.01 -
YUV 157.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 224 107 240 0.07 0.55 0 0.06 292.78 0.82 0.68
Hex E0 6B F0 7 37 0 6 125 52 44
Octal 340 153 360 7 67 0 6 445 122 104
Binary 11100000 1101011 11110000 111 110111 0 110 100100101 1010010 1000100

Color Harmonies of #E06BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BF0

Black with #E06BF0

Text Example


Text Example

White with #E06BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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