#E1919B

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

Shades of Wewak #E1919B

Tints of Wewak #E1919B

Color information

#E1919B (or 0xE1919B) is unknown color: approx Wewak. HEX triplet: E1, 91 and 9B. RGB value is (225,145,155). Sum of RGB (Red+Green+Blue) = 225+145+155=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E1919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1919B is #1E6E64. Grayscale: #AAAAAA. Windows color (decimal): -1994341 or 10195425. OLE color: 10195425.

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

Color convert

RGB225145155-
CMYK00.360.310.12
HSL352.5º57.14%72.55%-
HSV(B)352.5º35.56%88.24%-
XYZ47.0938.6235.98-
YUV170.06119.5167.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=42.86%
G=27.62%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514515500.360.310.12352.557.1472.55
HexE1919B0241FC1603949
Octal341221233044371454071111
Binary11100001100100011001101101001001111111001011000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1919B; }

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

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

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

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

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

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

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

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