Html Css Color HEX #E370EE Heliotrope

📋 copy color: '#E370EE'

red 227 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #E370EE

Tints of Heliotrope #E370EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 39.34%
G = 19.41%
B = 41.25%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E370EE (or 0xE370EE) is known color: Heliotrope. HEX triplet: E3, 70 and EE. RGB value is (227,112,238). Sum of RGB (Red+Green+Blue) = 227+112+238=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #E370EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370EE is #1C8F11. Grayscale: #A0A0A0. Windows color (decimal): -1871634 or 15626467. OLE color: 15626467.

HSL color Cylindrical-coordinate representation of color #E370EE: hue angle of 294.76º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E370EE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 112 238 -
CMYK 0.05 0.53 0 0.07
HSL 294.76º 0.79% 0.69% -
HSV(B) 294.76º 0.53% 0.93% -
XYZ 52.91 34.09 84.68 -
YUV 160.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 227 112 238 0.05 0.53 0 0.07 294.76 0.79 0.69
Hex E3 70 EE 5 35 0 7 127 4F 45
Octal 343 160 356 5 65 0 7 447 117 105
Binary 11100011 1110000 11101110 101 110101 0 111 100100111 1001111 1000101

Color Harmonies of #E370EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370EE

Black with #E370EE

Text Example


Text Example

White with #E370EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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