#E972A0

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

Shades of Pale Violet Red #E972A0

Tints of Pale Violet Red #E972A0

Color information

#E972A0 (or 0xE972A0) is unknown color: approx Pale Violet Red. HEX triplet: E9, 72 and A0. RGB value is (233,114,160). Sum of RGB (Red+Green+Blue) = 233+114+160=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E972A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972A0 is #168D5F. Grayscale: #9A9A9A. Windows color (decimal): -1477984 or 10515177. OLE color: 10515177.

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

Color convert

RGB233114160-
CMYK00.510.310.09
HSL336.81º73.01%68.04%-
HSV(B)336.81º51.07%91.37%-
XYZ45.9731.936.99-
YUV154.82130.92183.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=45.96%
G=22.49%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311416000.510.310.09336.8173.0168.04
HexE972A00331F91514944
Octal3511622400633711521111104
Binary11101001111001010100000011001111111100110101000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E972A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E972A0; }

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

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

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

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

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

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

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

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