Html Css Color HEX #E373F1 Heliotrope

📋 copy color: '#E373F1'

red 227 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #E373F1

Tints of Heliotrope #E373F1

RGB

 RED value IS 227 (89.06% from 255) = 38.94%

 GREEN value IS 115 (45.31% from 255) = 19.73%

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

R = 38.94%
G = 19.73%
B = 41.34%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E373F1 (or 0xE373F1) is known color: Heliotrope. HEX triplet: E3, 73 and F1. RGB value is (227,115,241). Sum of RGB (Red+Green+Blue) = 227+115+241=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #E373F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E373F1 is #1C8C0E. Grayscale: #A2A2A2. Windows color (decimal): -1870863 or 15823843. OLE color: 15823843.

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

Color convert

RGB 227 115 241 -
CMYK 0.06 0.52 0 0.05
HSL 293.33º 0.82% 0.7% -
HSV(B) 293.33º 0.52% 0.95% -
XYZ 53.69 34.94 87.13 -
YUV 162.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 227 115 241 0.06 0.52 0 0.05 293.33 0.82 0.7
Hex E3 73 F1 6 34 0 5 125 52 46
Octal 343 163 361 6 64 0 5 445 122 106
Binary 11100011 1110011 11110001 110 110100 0 101 100100101 1010010 1000110

Color Harmonies of #E373F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373F1

Black with #E373F1

Text Example


Text Example

White with #E373F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373F1; }

 p { color: rgb(227,115,241); }

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

background-color css

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

 a { background-color: rgb(227,115,241); }

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

border-color css

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

 span { border-color: rgb(227,115,241); }

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