#E366A0

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

Shades of Pale Violet Red #E366A0

Tints of Pale Violet Red #E366A0

Color information

#E366A0 (or 0xE366A0) is unknown color: approx Pale Violet Red. HEX triplet: E3, 66 and A0. RGB value is (227,102,160). Sum of RGB (Red+Green+Blue) = 227+102+160=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E366A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E366A0 is #1C995F. Grayscale: #919191. Windows color (decimal): -1874272 or 10512099. OLE color: 10512099.

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

Color convert

RGB227102160-
CMYK00.550.300.11
HSL332.16º69.06%64.51%-
HSV(B)332.16º55.07%89.02%-
XYZ42.7828.3736.48-
YUV145.99135.91185.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.42%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=46.42%
G=20.86%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710216000.550.300.11332.1669.0664.51
HexE366A00371EB14c4541
Octal3431462400673613514105101
Binary11100011110011010100000011011111110101110100110010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E366A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E366A0; }

 p { color: rgb(227,102,160); }

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

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

 a { background-color: rgb(227,102,160); }

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

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

 span { border-color: rgb(227,102,160); }

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