#e0999f

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

Shades of Wewak #E0999F

Tints of Wewak #E0999F

Color information

#E0999F (or 0xE0999F) is unknown color: approx Wewak. HEX triplet: E0, 99 and 9F. RGB value is (224,153,159). Sum of RGB (Red+Green+Blue) = 224+153+159=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0999F is #1F6660. Grayscale: #AEAEAE. Windows color (decimal): -2057825 or 10459616. OLE color: 10459616.

HSL color Cylindrical-coordinate representation of color #E0999F: hue angle of 354.93º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0999F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224153159-
CMYK00.320.290.12
HSL354.93º53.38%73.92%-
HSV(B)354.93º31.7%87.84%-
XYZ48.3941.1338.19-
YUV174.91119.02163.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 159 (62.5% from 255) = 29.66%
R=41.79%
G=28.54%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415315900.320.290.12354.9353.3873.92
HexE0999F0201DC163354a
Octal340231237040351454365112
Binary11100000100110011001111101000001110111001011000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0999f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0999f; }

 p { color: rgb(224,153,159); }

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

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

 a { background-color: rgb(224,153,159); }

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

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

 span { border-color: rgb(224,153,159); }

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