#e872f2

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

Shades of Violet #E872F2

Tints of Violet #E872F2

Color information

#E872F2 (or 0xE872F2) is unknown color: approx Violet. HEX triplet: E8, 72 and F2. RGB value is (232,114,242). Sum of RGB (Red+Green+Blue) = 232+114+242=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #E872F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E872F2 is #178D0D. Grayscale: #A3A3A3. Windows color (decimal): -1543438 or 15889128. OLE color: 15889128.

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

Color convert

RGB232114242-
CMYK0.040.5300.05
HSL295.31º83.12%69.8%-
HSV(B)295.31º52.89%94.9%-
XYZ55.3235.687.96-
YUV163.87172.09176.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.46%
GREEN value IS 114 (44.92% from 255) = 19.39%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=39.46%
G=19.39%
B=41.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321142420.040.5300.05295.3183.1269.8
HexE872F2435051275346
Octal35016236246505447123106
Binary11101000111001011110010100110101010110010011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e872f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e872f2; }

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

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

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

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

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

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

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

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