#E99FA1

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

Shades of Wewak #E99FA1

Tints of Wewak #E99FA1

Color information

#E99FA1 (or 0xE99FA1) is unknown color: approx Wewak. HEX triplet: E9, 9F and A1. RGB value is (233,159,161). Sum of RGB (Red+Green+Blue) = 233+159+161=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99FA1 is #16605E. Grayscale: #B5B5B5. Windows color (decimal): -1466463 or 10592233. OLE color: 10592233.

HSL color Cylindrical-coordinate representation of color #E99FA1: hue angle of 358.38º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99FA1 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB233159161-
CMYK00.320.310.09
HSL358.38º62.71%76.86%-
HSV(B)358.38º31.76%91.37%-
XYZ52.4444.6939.58-
YUV181.35116.52164.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=42.13%
G=28.75%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315916100.320.310.09358.3862.7176.86
HexE99FA10201F91663f4d
Octal351237241040371154677115
Binary11101001100111111010000101000001111110011011001101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99FA1; }

 p { color: rgb(233,159,161); }

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

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

 a { background-color: rgb(233,159,161); }

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

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

 span { border-color: rgb(233,159,161); }

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