Html Css Color HEX #E16DF0 Heliotrope

📋 copy color: '#E16DF0'

red 225 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #E16DF0

Tints of Heliotrope #E16DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.99%

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

R = 39.2%
G = 18.99%
B = 41.81%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E16DF0 (or 0xE16DF0) is known color: Heliotrope. HEX triplet: E1, 6D and F0. RGB value is (225,109,240). Sum of RGB (Red+Green+Blue) = 225+109+240=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #E16DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DF0 is #1E920F. Grayscale: #9E9E9E. Windows color (decimal): -2003472 or 15756769. OLE color: 15756769.

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

Color convert

RGB 225 109 240 -
CMYK 0.06 0.55 0 0.06
HSL 293.13º 0.81% 0.68% -
HSV(B) 293.13º 0.55% 0.94% -
XYZ 52.25 33.24 86.1 -
YUV 158.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 225 109 240 0.06 0.55 0 0.06 293.13 0.81 0.68
Hex E1 6D F0 6 37 0 6 125 51 44
Octal 341 155 360 6 67 0 6 445 121 104
Binary 11100001 1101101 11110000 110 110111 0 110 100100101 1010001 1000100

Color Harmonies of #E16DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DF0

Black with #E16DF0

Text Example


Text Example

White with #E16DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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