Html Css Color HEX #E360F1 Heliotrope

📋 copy color: '#E360F1'

red 227 ◦ green 96 ◦ blue 241

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

Shades of Heliotrope #E360F1

Tints of Heliotrope #E360F1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.02%

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

R = 40.25%
G = 17.02%
B = 42.73%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E360F1 (or 0xE360F1) is known color: Heliotrope. HEX triplet: E3, 60 and F1. RGB value is (227,96,241). Sum of RGB (Red+Green+Blue) = 227+96+241=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #E360F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E360F1 is #1C9F0E. Grayscale: #979797. Windows color (decimal): -1875727 or 15818979. OLE color: 15818979.

HSL color Cylindrical-coordinate representation of color #E360F1: hue angle of 294.21º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E360F1 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 96 241 -
CMYK 0.06 0.60 0 0.05
HSL 294.21º 0.84% 0.66% -
HSV(B) 294.21º 0.6% 0.95% -
XYZ 51.74 31.05 86.48 -
YUV 151.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 227 96 241 0.06 0.60 0 0.05 294.21 0.84 0.66
Hex E3 60 F1 6 3C 0 5 126 54 42
Octal 343 140 361 6 74 0 5 446 124 102
Binary 11100011 1100000 11110001 110 111100 0 101 100100110 1010100 1000010

Color Harmonies of #E360F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360F1

Black with #E360F1

Text Example


Text Example

White with #E360F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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