#E16292

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

Shades of Pale Violet Red #E16292

Tints of Pale Violet Red #E16292

Color information

#E16292 (or 0xE16292) is unknown color: approx Pale Violet Red. HEX triplet: E1, 62 and 92. RGB value is (225,98,146). Sum of RGB (Red+Green+Blue) = 225+98+146=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E16292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16292 is #1E9D6D. Grayscale: #8D8D8D. Windows color (decimal): -2006382 or 9593569. OLE color: 9593569.

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

Color convert

RGB22598146-
CMYK00.560.350.12
HSL337.32º67.91%63.33%-
HSV(B)337.32º56.44%88.24%-
XYZ40.6126.8230.23-
YUV141.44130.58187.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=47.97%
G=20.90%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259814600.560.350.12337.3267.9163.33
HexE1629203823C151443f
Octal341142222070431452110477
Binary11100001110001010010010011100010001111001010100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16292; }

 p { color: rgb(225,98,146); }

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

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

 a { background-color: rgb(225,98,146); }

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

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

 span { border-color: rgb(225,98,146); }

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