Html Css Color HEX #E06CFF Heliotrope

📋 copy color: '#E06CFF'

red 224 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #E06CFF

Tints of Heliotrope #E06CFF

RGB

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

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

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

R = 38.16%
G = 18.4%
B = 43.44%

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

#E06CFF (or 0xE06CFF) is known color: Heliotrope. HEX triplet: E0, 6C and FF. RGB value is (224,108,255). Sum of RGB (Red+Green+Blue) = 224+108+255=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 108 (42.58% from 255 or 18.40% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #E06CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CFF is #1F9300. Grayscale: #9E9E9E. Windows color (decimal): -2069249 or 16739552. OLE color: 16739552.

HSL color Cylindrical-coordinate representation of color #E06CFF: hue angle of 287.35º 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 #E06CFF is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 108 255 -
CMYK 0.12 0.58 0 0
HSL 287.35º 1% 0.71% -
HSV(B) 287.35º 0.58% 1% -
XYZ 54.15 33.79 98.28 -
YUV 159.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 224 108 255 0.12 0.58 0 0 287.35 1 0.71
Hex E0 6C FF C 3A 0 0 11F 64 47
Octal 340 154 377 14 72 0 0 437 144 107
Binary 11100000 1101100 11111111 1100 111010 0 0 100011111 1100100 1000111

Color Harmonies of #E06CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CFF

Black with #E06CFF

Text Example


Text Example

White with #E06CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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