Html Css Color HEX #E063F0 Heliotrope

📋 copy color: '#E063F0'

red 224 ◦ green 99 ◦ blue 240

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

Shades of Heliotrope #E063F0

Tints of Heliotrope #E063F0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.58%

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

R = 39.79%
G = 17.58%
B = 42.63%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E063F0 (or 0xE063F0) is known color: Heliotrope. HEX triplet: E0, 63 and F0. RGB value is (224,99,240). Sum of RGB (Red+Green+Blue) = 224+99+240=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #E063F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063F0 is #1F9C0F. Grayscale: #989898. Windows color (decimal): -2071568 or 15754208. OLE color: 15754208.

HSL color Cylindrical-coordinate representation of color #E063F0: hue angle of 293.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E063F0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 99 240 -
CMYK 0.07 0.59 0 0.06
HSL 293.19º 0.82% 0.66% -
HSV(B) 293.19º 0.59% 0.94% -
XYZ 50.93 31.06 85.75 -
YUV 152.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 224 99 240 0.07 0.59 0 0.06 293.19 0.82 0.66
Hex E0 63 F0 7 3B 0 6 125 52 42
Octal 340 143 360 7 73 0 6 445 122 102
Binary 11100000 1100011 11110000 111 111011 0 110 100100101 1010010 1000010

Color Harmonies of #E063F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063F0

Black with #E063F0

Text Example


Text Example

White with #E063F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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