#E4969E

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

Shades of Wewak #E4969E

Tints of Wewak #E4969E

Color information

#E4969E (or 0xE4969E) is unknown color: approx Wewak. HEX triplet: E4, 96 and 9E. RGB value is (228,150,158). Sum of RGB (Red+Green+Blue) = 228+150+158=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E4969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4969E is #1B6961. Grayscale: #AEAEAE. Windows color (decimal): -1796450 or 10393316. OLE color: 10393316.

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

Color convert

RGB228150158-
CMYK00.340.310.11
HSL353.85º59.09%74.12%-
HSV(B)353.85º34.21%89.41%-
XYZ49.0740.7837.63-
YUV174.23118.84166.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.54%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=42.54%
G=27.99%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815015800.340.310.11353.8559.0974.12
HexE4969E0221FB1623b4a
Octal344226236042371354273112
Binary11100100100101101001111001000101111110111011000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4969E; }

 p { color: rgb(228,150,158); }

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

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

 a { background-color: rgb(228,150,158); }

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

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

 span { border-color: rgb(228,150,158); }

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