Html Css Color HEX #E365F1 Heliotrope

📋 copy color: '#E365F1'

red 227 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #E365F1

Tints of Heliotrope #E365F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.75%

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

R = 39.89%
G = 17.75%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E365F1 (or 0xE365F1) is known color: Heliotrope. HEX triplet: E3, 65 and F1. RGB value is (227,101,241). Sum of RGB (Red+Green+Blue) = 227+101+241=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #E365F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E365F1 is #1C9A0E. Grayscale: #9A9A9A. Windows color (decimal): -1874447 or 15820259. OLE color: 15820259.

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

Color convert

RGB 227 101 241 -
CMYK 0.06 0.58 0 0.05
HSL 294º 0.83% 0.67% -
HSV(B) 294º 0.58% 0.95% -
XYZ 52.21 31.99 86.64 -
YUV 154.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 227 101 241 0.06 0.58 0 0.05 294 0.83 0.67
Hex E3 65 F1 6 3A 0 5 126 53 43
Octal 343 145 361 6 72 0 5 446 123 103
Binary 11100011 1100101 11110001 110 111010 0 101 100100110 1010011 1000011

Color Harmonies of #E365F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E365F1

Black with #E365F1

Text Example


Text Example

White with #E365F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E365F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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