#E369A9

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

Shades of Pale Violet Red #E369A9

Tints of Pale Violet Red #E369A9

Color information

#E369A9 (or 0xE369A9) is unknown color: approx Pale Violet Red. HEX triplet: E3, 69 and A9. RGB value is (227,105,169). Sum of RGB (Red+Green+Blue) = 227+105+169=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E369A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E369A9 is #1C9656. Grayscale: #949494. Windows color (decimal): -1873495 or 11102691. OLE color: 11102691.

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

Color convert

RGB227105169-
CMYK00.540.260.11
HSL328.52º68.54%65.1%-
HSV(B)328.52º53.74%89.02%-
XYZ43.8929.340.88-
YUV148.77139.42183.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.31%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=45.31%
G=20.96%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710516900.540.260.11328.5268.5465.1
HexE369A90361AB1494541
Octal3431512510663213511105101
Binary11100011110100110101001011011011010101110100100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369A9; }

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

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

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

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

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

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

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

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