#E16690

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

Shades of Pale Violet Red #E16690

Tints of Pale Violet Red #E16690

Color information

#E16690 (or 0xE16690) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and 90. RGB value is (225,102,144). Sum of RGB (Red+Green+Blue) = 225+102+144=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16690 is #1E996F. Grayscale: #8F8F8F. Windows color (decimal): -2005360 or 9463521. OLE color: 9463521.

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

Color convert

RGB225102144-
CMYK00.550.360.12
HSL339.51º67.21%64.12%-
HSV(B)339.51º54.67%88.24%-
XYZ40.8427.5229.55-
YUV143.56128.25186.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=47.77%
G=21.66%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510214400.550.360.12339.5167.2164.12
HexE1669003724C1544340
Octal3411462200674414524103100
Binary111000011100110100100000110111100100110010101010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16690; }

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

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

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

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

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

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

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

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