#E16795

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

Shades of Pale Violet Red #E16795

Tints of Pale Violet Red #E16795

Color information

#E16795 (or 0xE16795) is unknown color: approx Pale Violet Red. HEX triplet: E1, 67 and 95. RGB value is (225,103,149). Sum of RGB (Red+Green+Blue) = 225+103+149=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E16795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16795 is #1E986A. Grayscale: #909090. Windows color (decimal): -2005099 or 9791457. OLE color: 9791457.

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

Color convert

RGB225103149-
CMYK00.540.340.12
HSL337.38º67.03%64.31%-
HSV(B)337.38º54.22%88.24%-
XYZ41.3327.8831.64-
YUV144.72130.42185.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=47.17%
G=21.59%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510314900.540.340.12337.3867.0364.31
HexE1679503622C1514340
Octal3411472250664214521103100
Binary111000011100111100101010110110100010110010101000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16795; }

 p { color: rgb(225,103,149); }

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

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

 a { background-color: rgb(225,103,149); }

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

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

 span { border-color: rgb(225,103,149); }

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