#e379a9

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

Shades of Pale Violet Red #E379A9

Tints of Pale Violet Red #E379A9

Color information

#E379A9 (or 0xE379A9) is unknown color: approx Pale Violet Red. HEX triplet: E3, 79 and A9. RGB value is (227,121,169). Sum of RGB (Red+Green+Blue) = 227+121+169=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E379A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379A9 is #1C8656. Grayscale: #9E9E9E. Windows color (decimal): -1869399 or 11106787. OLE color: 11106787.

HSL color Cylindrical-coordinate representation of color #E379A9: hue angle of 332.83º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379A9 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB227121169-
CMYK00.470.260.11
HSL332.83º65.43%68.24%-
HSV(B)332.83º46.7%89.02%-
XYZ45.6832.8741.47-
YUV158.17134.12177.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=43.91%
G=23.40%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712116900.470.260.11332.8365.4368.24
HexE379A902F1AB14d4144
Octal3431712510573213515101104
Binary11100011111100110101001010111111010101110100110110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e379a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e379a9; }

 p { color: rgb(227,121,169); }

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

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

 a { background-color: rgb(227,121,169); }

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

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

 span { border-color: rgb(227,121,169); }

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