#E1669B

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

Shades of Pale Violet Red #E1669B

Tints of Pale Violet Red #E1669B

Color information

#E1669B (or 0xE1669B) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and 9B. RGB value is (225,102,155). Sum of RGB (Red+Green+Blue) = 225+102+155=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1669B is #1E9964. Grayscale: #909090. Windows color (decimal): -2005349 or 10184417. OLE color: 10184417.

HSL color Cylindrical-coordinate representation of color #E1669B: hue angle of 334.15º 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 #E1669B is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225102155-
CMYK00.550.310.12
HSL334.15º67.21%64.12%-
HSV(B)334.15º54.67%88.24%-
XYZ41.7227.8834.19-
YUV144.82133.75185.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=46.68%
G=21.16%
B=32.16%

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
Decimal22510215500.550.310.12334.1567.2164.12
HexE1669B0371FC14e4340
Octal3411462330673714516103100
Binary11100001110011010011011011011111111110010100111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1669B; }

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

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

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

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

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

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

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

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