#E372FF

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

Shades of Heliotrope #E372FF

Tints of Heliotrope #E372FF

Color information

#E372FF (or 0xE372FF) is unknown color: approx Heliotrope. HEX triplet: E3, 72 and FF. RGB value is (227,114,255). Sum of RGB (Red+Green+Blue) = 227+114+255=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #E372FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372FF is #1C8D00. Grayscale: #A3A3A3. Windows color (decimal): -1871105 or 16741091. OLE color: 16741091.

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

Color convert

RGB227114255-
CMYK0.110.5500
HSL288.09º100%72.35%-
HSV(B)288.09º55.29%100%-
XYZ55.7535.5998.54-
YUV163.86179.44173.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 114 (44.92% from 255) = 19.13%
BLUE value IS 255 (100% from 255) = 42.79%
R=38.09%
G=19.13%
B=42.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2271142550.110.5500288.0910072.35
HexE372FFB37001206448
Octal343162377136700440144110
Binary1110001111100101111111110111101110010010000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E372FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E372FF; }

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

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

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

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

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

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

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

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