#E2999A

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

Shades of Wewak #E2999A

Tints of Wewak #E2999A

Color information

#E2999A (or 0xE2999A) is unknown color: approx Wewak. HEX triplet: E2, 99 and 9A. RGB value is (226,153,154). Sum of RGB (Red+Green+Blue) = 226+153+154=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2999A is #1D6665. Grayscale: #AFAFAF. Windows color (decimal): -1926758 or 10131938. OLE color: 10131938.

HSL color Cylindrical-coordinate representation of color #E2999A: hue angle of 359.18º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2999A is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226153154-
CMYK00.320.320.11
HSL359.18º55.73%74.31%-
HSV(B)359.18º32.3%88.63%-
XYZ48.5941.2835.98-
YUV174.94116.18164.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=42.40%
G=28.71%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615315400.320.320.11359.1855.7374.31
HexE2999A02020B167384a
Octal342231232040401354770112
Binary111000101001100110011010010000010000010111011001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2999A; }

 p { color: rgb(226,153,154); }

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

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

 a { background-color: rgb(226,153,154); }

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

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

 span { border-color: rgb(226,153,154); }

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