#E1669C

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

Shades of Pale Violet Red #E1669C

Tints of Pale Violet Red #E1669C

Color information

#E1669C (or 0xE1669C) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and 9C. RGB value is (225,102,156). Sum of RGB (Red+Green+Blue) = 225+102+156=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1669C is #1E9963. Grayscale: #909090. Windows color (decimal): -2005348 or 10249953. OLE color: 10249953.

HSL color Cylindrical-coordinate representation of color #E1669C: hue angle of 333.66º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1669C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225102156-
CMYK00.550.310.12
HSL333.66º67.21%64.12%-
HSV(B)333.66º54.67%88.24%-
XYZ41.827.9134.64-
YUV144.93134.25185.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=46.58%
G=21.12%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510215600.550.310.12333.6667.2164.12
HexE1669C0371FC14e4340
Octal3411462340673714516103100
Binary11100001110011010011100011011111111110010100111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1669C; }

 p { color: rgb(225,102,156); }

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

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

 a { background-color: rgb(225,102,156); }

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

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

 span { border-color: rgb(225,102,156); }

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