#E1609E

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

Shades of Pale Violet Red #E1609E

Tints of Pale Violet Red #E1609E

Color information

#E1609E (or 0xE1609E) is unknown color: approx Pale Violet Red. HEX triplet: E1, 60 and 9E. RGB value is (225,96,158). Sum of RGB (Red+Green+Blue) = 225+96+158=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1609E is #1E9F61. Grayscale: #8D8D8D. Windows color (decimal): -2006882 or 10379489. OLE color: 10379489.

HSL color Cylindrical-coordinate representation of color #E1609E: hue angle of 331.16º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1609E is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB22596158-
CMYK00.570.300.12
HSL331.16º68.25%62.94%-
HSV(B)331.16º57.33%88.24%-
XYZ41.4126.8435.35-
YUV141.64137.24187.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=46.97%
G=20.04%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259615800.570.300.12331.1668.2562.94
HexE1609E0391EC14b443f
Octal341140236071361451310477
Binary1110000111000001001111001110011111011001010010111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1609E; }

 p { color: rgb(225,96,158); }

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

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

 a { background-color: rgb(225,96,158); }

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

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

 span { border-color: rgb(225,96,158); }

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