#e371ee

Color #E371EE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E371EE

Tints of Heliotrope #E371EE

Color information

#E371EE (or 0xE371EE) is unknown color: approx Heliotrope. HEX triplet: E3, 71 and EE. RGB value is (227,113,238). Sum of RGB (Red+Green+Blue) = 227+113+238=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #E371EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E371EE is #1C8E11. Grayscale: #A0A0A0. Windows color (decimal): -1871378 or 15626723. OLE color: 15626723.

HSL color Cylindrical-coordinate representation of color #E371EE: hue angle of 294.72º 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 #E371EE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227113238-
CMYK0.050.5300.07
HSL294.72º78.62%68.82%-
HSV(B)294.72º52.52%93.33%-
XYZ53.0234.3184.72-
YUV161.34171.27174.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.27%
GREEN value IS 113 (44.53% from 255) = 19.55%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=39.27%
G=19.55%
B=41.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271132380.050.5300.07294.7278.6268.82
HexE371EE535071274f45
Octal34316135656507447117105
Binary11100011111000111101110101110101011110010011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e371ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e371ee; }

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

 H1.HeaderClassName
 {
   color: #e371ee;
 }
 .AnyTagClassName
 {
   color: #e371ee;
 }
</style>
background-color css

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

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

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

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

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

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