#E872FF

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

Shades of Heliotrope #E872FF

Tints of Heliotrope #E872FF

Color information

#E872FF (or 0xE872FF) is unknown color: approx Heliotrope. HEX triplet: E8, 72 and FF. RGB value is (232,114,255). Sum of RGB (Red+Green+Blue) = 232+114+255=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 114 (44.92% from 255 or 18.97% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #E872FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E872FF is #178D00. Grayscale: #A4A4A4. Windows color (decimal): -1543425 or 16741096. OLE color: 16741096.

HSL color Cylindrical-coordinate representation of color #E872FF: hue angle of 290.21º 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 #E872FF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232114255-
CMYK0.090.5500
HSL290.21º100%72.35%-
HSV(B)290.21º55.29%100%-
XYZ57.3536.4198.61-
YUV165.36178.59175.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 114 (44.92% from 255) = 18.97%
BLUE value IS 255 (100% from 255) = 42.43%
R=38.60%
G=18.97%
B=42.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321142550.090.5500290.2110072.35
HexE872FF937001226448
Octal350162377116700442144110
Binary1110100011100101111111110011101110010010001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E872FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E872FF; }

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

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

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

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

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

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

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

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