Html Css Color HEX #E370FF Heliotrope

📋 copy color: '#E370FF'

red 227 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #E370FF

Tints of Heliotrope #E370FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.86%

 BLUE value IS 255 (100% from 255) = 42.93%

R = 38.22%
G = 18.86%
B = 42.93%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E370FF (or 0xE370FF) is known color: Heliotrope. HEX triplet: E3, 70 and FF. RGB value is (227,112,255). Sum of RGB (Red+Green+Blue) = 227+112+255=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 112 (44.14% from 255 or 18.86% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #E370FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FF is #1C8F00. Grayscale: #A2A2A2. Windows color (decimal): -1871617 or 16740579. OLE color: 16740579.

HSL color Cylindrical-coordinate representation of color #E370FF: hue angle of 288.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E370FF is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 112 255 -
CMYK 0.11 0.56 0 0
HSL 288.25º 1% 0.72% -
HSV(B) 288.25º 0.56% 1% -
XYZ 55.52 35.14 98.46 -
YUV 162.69 180.1 173.87 -
System Red Green Blue C M Y K H S L
Decimal 227 112 255 0.11 0.56 0 0 288.25 1 0.72
Hex E3 70 FF B 38 0 0 120 64 48
Octal 343 160 377 13 70 0 0 440 144 110
Binary 11100011 1110000 11111111 1011 111000 0 0 100100000 1100100 1001000

Color Harmonies of #E370FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370FF

Black with #E370FF

Text Example


Text Example

White with #E370FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370FF; }

 p { color: rgb(227,112,255); }

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

background-color css

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

 a { background-color: rgb(227,112,255); }

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

border-color css

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

 span { border-color: rgb(227,112,255); }

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