Html Css Color HEX #E16DF1 Heliotrope

📋 copy color: '#E16DF1'

red 225 ◦ green 109 ◦ blue 241

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

Shades of Heliotrope #E16DF1

Tints of Heliotrope #E16DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.91%

R = 39.13%
G = 18.96%
B = 41.91%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E16DF1 (or 0xE16DF1) is known color: Heliotrope. HEX triplet: E1, 6D and F1. RGB value is (225,109,241). Sum of RGB (Red+Green+Blue) = 225+109+241=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #E16DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DF1 is #1E920E. Grayscale: #9E9E9E. Windows color (decimal): -2003471 or 15822305. OLE color: 15822305.

HSL color Cylindrical-coordinate representation of color #E16DF1: hue angle of 292.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16DF1 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 109 241 -
CMYK 0.07 0.55 0 0.05
HSL 292.73º 0.83% 0.69% -
HSV(B) 292.73º 0.55% 0.95% -
XYZ 52.4 33.3 86.88 -
YUV 158.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 225 109 241 0.07 0.55 0 0.05 292.73 0.83 0.69
Hex E1 6D F1 7 37 0 5 125 52 45
Octal 341 155 361 7 67 0 5 445 122 105
Binary 11100001 1101101 11110001 111 110111 0 101 100100101 1010010 1000101

Color Harmonies of #E16DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DF1

Black with #E16DF1

Text Example


Text Example

White with #E16DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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