#E1919E

Color #E1919E Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #E1919E

Tints of Wewak #E1919E

Color information

#E1919E (or 0xE1919E) is unknown color: approx Wewak. HEX triplet: E1, 91 and 9E. RGB value is (225,145,158). Sum of RGB (Red+Green+Blue) = 225+145+158=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1919E is #1E6E61. Grayscale: #AAAAAA. Windows color (decimal): -1994338 or 10392033. OLE color: 10392033.

HSL color Cylindrical-coordinate representation of color #E1919E: hue angle of 350.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1919E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225145158-
CMYK00.360.300.12
HSL350.25º57.14%72.55%-
HSV(B)350.25º35.56%88.24%-
XYZ47.3538.7337.33-
YUV170.4121166.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=42.61%
G=27.46%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514515800.360.300.12350.2557.1472.55
HexE1919E0241EC15e3949
Octal341221236044361453671111
Binary11100001100100011001111001001001111011001010111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1919E; }

 p { color: rgb(225,145,158); }

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

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

 a { background-color: rgb(225,145,158); }

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

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

 span { border-color: rgb(225,145,158); }

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