#E974A2

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

Shades of Pale Violet Red #E974A2

Tints of Pale Violet Red #E974A2

Color information

#E974A2 (or 0xE974A2) is unknown color: approx Pale Violet Red. HEX triplet: E9, 74 and A2. RGB value is (233,116,162). Sum of RGB (Red+Green+Blue) = 233+116+162=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E974A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974A2 is #168B5D. Grayscale: #9C9C9C. Windows color (decimal): -1477470 or 10646761. OLE color: 10646761.

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

Color convert

RGB233116162-
CMYK00.500.300.09
HSL336.41º72.67%68.43%-
HSV(B)336.41º50.21%91.37%-
XYZ46.3732.4238-
YUV156.23131.26182.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=45.60%
G=22.70%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311616200.500.300.09336.4172.6768.43
HexE974A20321E91504944
Octal3511642420623611520111104
Binary11101001111010010100010011001011110100110101000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974A2; }

 p { color: rgb(233,116,162); }

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

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

 a { background-color: rgb(233,116,162); }

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

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

 span { border-color: rgb(233,116,162); }

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