#E872F4

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

Shades of Heliotrope #E872F4

Tints of Heliotrope #E872F4

Color information

#E872F4 (or 0xE872F4) is unknown color: approx Heliotrope. HEX triplet: E8, 72 and F4. RGB value is (232,114,244). Sum of RGB (Red+Green+Blue) = 232+114+244=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #E872F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E872F4 is #178D0B. Grayscale: #A3A3A3. Windows color (decimal): -1543436 or 16020200. OLE color: 16020200.

HSL color Cylindrical-coordinate representation of color #E872F4: hue angle of 294.46º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E872F4 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232114244-
CMYK0.050.5300.04
HSL294.46º85.53%70.2%-
HSV(B)294.46º53.28%95.69%-
XYZ55.6335.7289.55-
YUV164.1173.09176.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.32%
GREEN value IS 114 (44.92% from 255) = 19.32%
BLUE value IS 244 (95.70% from 255) = 41.36%
R=39.32%
G=19.32%
B=41.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321142440.050.5300.04294.4685.5370.2
HexE872F4535041265646
Octal35016236456504446126106
Binary11101000111001011110100101110101010010010011010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E872F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E872F4; }

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

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

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

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

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

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

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

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