Html Css Color HEX #E06BFF Heliotrope

📋 copy color: '#E06BFF'

red 224 ◦ green 107 ◦ blue 255

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

Shades of Heliotrope #E06BFF

Tints of Heliotrope #E06BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 38.23%
G = 18.26%
B = 43.52%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E06BFF (or 0xE06BFF) is known color: Heliotrope. HEX triplet: E0, 6B and FF. RGB value is (224,107,255). Sum of RGB (Red+Green+Blue) = 224+107+255=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 107 (42.19% from 255 or 18.26% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #E06BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BFF is #1F9400. Grayscale: #9E9E9E. Windows color (decimal): -2069505 or 16739296. OLE color: 16739296.

HSL color Cylindrical-coordinate representation of color #E06BFF: hue angle of 287.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06BFF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 107 255 -
CMYK 0.12 0.58 0 0
HSL 287.43º 1% 0.71% -
HSV(B) 287.43º 0.58% 1% -
XYZ 54.05 33.58 98.24 -
YUV 158.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 224 107 255 0.12 0.58 0 0 287.43 1 0.71
Hex E0 6B FF C 3A 0 0 11F 64 47
Octal 340 153 377 14 72 0 0 437 144 107
Binary 11100000 1101011 11111111 1100 111010 0 0 100011111 1100100 1000111

Color Harmonies of #E06BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BFF

Black with #E06BFF

Text Example


Text Example

White with #E06BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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