Html Css Color HEX #E06BF2 Heliotrope

📋 copy color: '#E06BF2'

red 224 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #E06BF2

Tints of Heliotrope #E06BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.23%

R = 39.09%
G = 18.67%
B = 42.23%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E06BF2 (or 0xE06BF2) is known color: Heliotrope. HEX triplet: E0, 6B and F2. RGB value is (224,107,242). Sum of RGB (Red+Green+Blue) = 224+107+242=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #E06BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BF2 is #1F940D. Grayscale: #9C9C9C. Windows color (decimal): -2069518 or 15887328. OLE color: 15887328.

HSL color Cylindrical-coordinate representation of color #E06BF2: hue angle of 292º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06BF2 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 107 242 -
CMYK 0.07 0.56 0 0.05
HSL 292º 0.84% 0.68% -
HSV(B) 292º 0.56% 0.95% -
XYZ 52.03 32.77 87.59 -
YUV 157.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 224 107 242 0.07 0.56 0 0.05 292 0.84 0.68
Hex E0 6B F2 7 38 0 5 124 54 44
Octal 340 153 362 7 70 0 5 444 124 104
Binary 11100000 1101011 11110010 111 111000 0 101 100100100 1010100 1000100

Color Harmonies of #E06BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BF2

Black with #E06BF2

Text Example


Text Example

White with #E06BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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