#E4969C

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

Shades of Wewak #E4969C

Tints of Wewak #E4969C

Color information

#E4969C (or 0xE4969C) is unknown color: approx Wewak. HEX triplet: E4, 96 and 9C. RGB value is (228,150,156). Sum of RGB (Red+Green+Blue) = 228+150+156=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4969C is #1B6963. Grayscale: #AEAEAE. Windows color (decimal): -1796452 or 10262244. OLE color: 10262244.

HSL color Cylindrical-coordinate representation of color #E4969C: hue angle of 355.38º 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 #E4969C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB228150156-
CMYK00.340.320.11
HSL355.38º59.09%74.12%-
HSV(B)355.38º34.21%89.41%-
XYZ48.940.7136.73-
YUV174.01117.84166.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=42.70%
G=28.09%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815015600.340.320.11355.3859.0974.12
HexE4969C02220B1633b4a
Octal344226234042401354373112
Binary111001001001011010011100010001010000010111011000111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4969C; }

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

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

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

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

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

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

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

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