#E99A9D

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

Shades of Wewak #E99A9D

Tints of Wewak #E99A9D

Color information

#E99A9D (or 0xE99A9D) is unknown color: approx Wewak. HEX triplet: E9, 9A and 9D. RGB value is (233,154,157). Sum of RGB (Red+Green+Blue) = 233+154+157=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99A9D is #166562. Grayscale: #B2B2B2. Windows color (decimal): -1467747 or 10328809. OLE color: 10328809.

HSL color Cylindrical-coordinate representation of color #E99A9D: hue angle of 357.72º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E99A9D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233154157-
CMYK00.340.330.09
HSL357.72º64.23%75.88%-
HSV(B)357.72º33.91%91.37%-
XYZ51.2542.8737.47-
YUV177.96116.17167.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=42.83%
G=28.31%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315415700.340.330.09357.7264.2375.88
HexE99A9D022219166404c
Octal3512322350424111546100114
Binary1110100110011010100111010100010100001100110110011010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99A9D; }

 p { color: rgb(233,154,157); }

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

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

 a { background-color: rgb(233,154,157); }

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

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

 span { border-color: rgb(233,154,157); }

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