Html Css Color HEX #E370FE Heliotrope

📋 copy color: '#E370FE'

red 227 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #E370FE

Tints of Heliotrope #E370FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 38.28%
G = 18.89%
B = 42.83%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E370FE (or 0xE370FE) is known color: Heliotrope. HEX triplet: E3, 70 and FE. RGB value is (227,112,254). Sum of RGB (Red+Green+Blue) = 227+112+254=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #E370FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FE is #1C8F01. Grayscale: #A2A2A2. Windows color (decimal): -1871618 or 16675043. OLE color: 16675043.

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

Color convert

RGB 227 112 254 -
CMYK 0.11 0.56 0 0.00
HSL 288.59º 0.99% 0.72% -
HSV(B) 288.59º 0.56% 1% -
XYZ 55.36 35.07 97.62 -
YUV 162.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 227 112 254 0.11 0.56 0 0.00 288.59 0.99 0.72
Hex E3 70 FE B 38 0 0 121 63 48
Octal 343 160 376 13 70 0 0 441 143 110
Binary 11100011 1110000 11111110 1011 111000 0 0 100100001 1100011 1001000

Color Harmonies of #E370FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370FE

Black with #E370FE

Text Example


Text Example

White with #E370FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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