#E0909A

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

Shades of Wewak #E0909A

Tints of Wewak #E0909A

Color information

#E0909A (or 0xE0909A) is unknown color: approx Wewak. HEX triplet: E0, 90 and 9A. RGB value is (224,144,154). Sum of RGB (Red+Green+Blue) = 224+144+154=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0909A is #1F6F65. Grayscale: #A9A9A9. Windows color (decimal): -2060134 or 10129632. OLE color: 10129632.

HSL color Cylindrical-coordinate representation of color #E0909A: hue angle of 352.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0909A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224144154-
CMYK00.360.310.12
HSL352.5º56.34%72.16%-
HSV(B)352.5º35.71%87.84%-
XYZ46.5538.1335.48-
YUV169.06119.5167.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.91%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=42.91%
G=27.59%
B=29.50%

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
Decimal22414415400.360.310.12352.556.3472.16
HexE0909A0241FC1603848
Octal340220232044371454070110
Binary11100000100100001001101001001001111111001011000001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0909A; }

 p { color: rgb(224,144,154); }

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

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

 a { background-color: rgb(224,144,154); }

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

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

 span { border-color: rgb(224,144,154); }

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