#E972A7

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

Shades of Pale Violet Red #E972A7

Tints of Pale Violet Red #E972A7

Color information

#E972A7 (or 0xE972A7) is unknown color: approx Pale Violet Red. HEX triplet: E9, 72 and A7. RGB value is (233,114,167). Sum of RGB (Red+Green+Blue) = 233+114+167=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E972A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972A7 is #168D58. Grayscale: #9B9B9B. Windows color (decimal): -1477977 or 10973929. OLE color: 10973929.

HSL color Cylindrical-coordinate representation of color #E972A7: hue angle of 333.28º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E972A7 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB233114167-
CMYK00.510.280.09
HSL333.28º73.01%68.04%-
HSV(B)333.28º51.07%91.37%-
XYZ46.632.1540.31-
YUV155.62134.42183.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 114 (44.92% from 255) = 22.18%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=45.33%
G=22.18%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311416700.510.280.09333.2873.0168.04
HexE972A70331C914d4944
Octal3511622470633411515111104
Binary11101001111001010100111011001111100100110100110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E972A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E972A7; }

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

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

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

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

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

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

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

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