#E16593

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

Shades of Pale Violet Red #E16593

Tints of Pale Violet Red #E16593

Color information

#E16593 (or 0xE16593) is unknown color: approx Pale Violet Red. HEX triplet: E1, 65 and 93. RGB value is (225,101,147). Sum of RGB (Red+Green+Blue) = 225+101+147=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E16593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16593 is #1E9A6C. Grayscale: #8F8F8F. Windows color (decimal): -2005613 or 9659873. OLE color: 9659873.

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

Color convert

RGB225101147-
CMYK00.550.350.12
HSL337.74º67.39%63.92%-
HSV(B)337.74º55.11%88.24%-
XYZ40.9727.4230.74-
YUV143.32130.08186.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 101 (39.84% from 255) = 21.35%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=47.57%
G=21.35%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510114700.550.350.12337.7467.3963.92
HexE1659303723C1524340
Octal3411452230674314522103100
Binary111000011100101100100110110111100011110010101001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16593; }

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

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

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

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

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

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

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

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