#E972F1

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

Shades of Violet #E972F1

Tints of Violet #E972F1

Color information

#E972F1 (or 0xE972F1) is unknown color: approx Violet. HEX triplet: E9, 72 and F1. RGB value is (233,114,241). Sum of RGB (Red+Green+Blue) = 233+114+241=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #E972F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E972F1 is #168D0E. Grayscale: #A3A3A3. Windows color (decimal): -1477903 or 15823593. OLE color: 15823593.

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

Color convert

RGB233114241-
CMYK0.030.5300.05
HSL296.22º81.94%69.61%-
HSV(B)296.22º52.7%94.51%-
XYZ55.535.7187.19-
YUV164.06171.42177.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 114 (44.92% from 255) = 19.39%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=39.63%
G=19.39%
B=40.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331142410.030.5300.05296.2281.9469.61
HexE972F1335051285246
Octal35116236136505450122106
Binary1110100111100101111000111110101010110010100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E972F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E972F1; }

 p { color: rgb(233,114,241); }

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

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

 a { background-color: rgb(233,114,241); }

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

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

 span { border-color: rgb(233,114,241); }

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