Html Css Color HEX #E16AF0 Heliotrope

📋 copy color: '#E16AF0'

red 225 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #E16AF0

Tints of Heliotrope #E16AF0

RGB

 RED value IS 225 (88.28% from 255) = 39.4%

 GREEN value IS 106 (41.8% from 255) = 18.56%

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

R = 39.4%
G = 18.56%
B = 42.03%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E16AF0 (or 0xE16AF0) is known color: Heliotrope. HEX triplet: E1, 6A and F0. RGB value is (225,106,240). Sum of RGB (Red+Green+Blue) = 225+106+240=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 106 (41.80% from 255 or 18.56% 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 #E16AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16AF0 is #1E950F. Grayscale: #9C9C9C. Windows color (decimal): -2004240 or 15756001. OLE color: 15756001.

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

Color convert

RGB 225 106 240 -
CMYK 0.06 0.56 0 0.06
HSL 293.28º 0.82% 0.68% -
HSV(B) 293.28º 0.56% 0.94% -
XYZ 51.93 32.61 85.99 -
YUV 156.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 225 106 240 0.06 0.56 0 0.06 293.28 0.82 0.68
Hex E1 6A F0 6 38 0 6 125 52 44
Octal 341 152 360 6 70 0 6 445 122 104
Binary 11100001 1101010 11110000 110 111000 0 110 100100101 1010010 1000100

Color Harmonies of #E16AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AF0

Black with #E16AF0

Text Example


Text Example

White with #E16AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AF0; }

 p { color: rgb(225,106,240); }

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

background-color css

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

 a { background-color: rgb(225,106,240); }

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

border-color css

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

 span { border-color: rgb(225,106,240); }

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