#E369A6

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

Shades of Pale Violet Red #E369A6

Tints of Pale Violet Red #E369A6

Color information

#E369A6 (or 0xE369A6) is unknown color: approx Pale Violet Red. HEX triplet: E3, 69 and A6. RGB value is (227,105,166). Sum of RGB (Red+Green+Blue) = 227+105+166=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E369A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E369A6 is #1C9659. Grayscale: #949494. Windows color (decimal): -1873498 or 10906083. OLE color: 10906083.

HSL color Cylindrical-coordinate representation of color #E369A6: hue angle of 330º 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 #E369A6 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB227105166-
CMYK00.540.270.11
HSL330º68.54%65.1%-
HSV(B)330º53.74%89.02%-
XYZ43.6129.1939.41-
YUV148.43137.92184.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.58%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 166 (65.23% from 255) = 33.33%
R=45.58%
G=21.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710516600.540.270.1133068.5465.1
HexE369A60361BB14a4541
Octal3431512460663313512105101
Binary11100011110100110100110011011011011101110100101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E369A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E369A6; }

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

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

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

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

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

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

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

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