#E16594

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

Shades of Pale Violet Red #E16594

Tints of Pale Violet Red #E16594

Color information

#E16594 (or 0xE16594) is unknown color: approx Pale Violet Red. HEX triplet: E1, 65 and 94. RGB value is (225,101,148). Sum of RGB (Red+Green+Blue) = 225+101+148=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E16594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16594 is #1E9A6B. Grayscale: #8F8F8F. Windows color (decimal): -2005612 or 9725409. OLE color: 9725409.

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

Color convert

RGB225101148-
CMYK00.550.340.12
HSL337.26º67.39%63.92%-
HSV(B)337.26º55.11%88.24%-
XYZ41.0527.4531.15-
YUV143.43130.58186.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=47.47%
G=21.31%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510114800.550.340.12337.2667.3963.92
HexE1659403722C1514340
Octal3411452240674214521103100
Binary111000011100101100101000110111100010110010101000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16594; }

 p { color: rgb(225,101,148); }

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

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

 a { background-color: rgb(225,101,148); }

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

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

 span { border-color: rgb(225,101,148); }

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