#EC98A3

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

Shades of Wewak #EC98A3

Tints of Wewak #EC98A3

Color information

#EC98A3 (or 0xEC98A3) is unknown color: approx Wewak. HEX triplet: EC, 98 and A3. RGB value is (236,152,163). Sum of RGB (Red+Green+Blue) = 236+152+163=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC98A3 is #13675C. Grayscale: #B2B2B2. Windows color (decimal): -1271645 or 10721516. OLE color: 10721516.

HSL color Cylindrical-coordinate representation of color #EC98A3: hue angle of 352.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC98A3 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236152163-
CMYK00.360.310.07
HSL352.14º68.85%76.08%-
HSV(B)352.14º35.59%92.55%-
XYZ52.4342.9340.17-
YUV178.37119.33169.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 163 (64.06% from 255) = 29.58%
R=42.83%
G=27.59%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615216300.360.310.07352.1468.8576.08
HexEC98A30241F7160454c
Octal354230243044377540105114
Binary11101100100110001010001101001001111111110110000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC98A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC98A3; }

 p { color: rgb(236,152,163); }

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

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

 a { background-color: rgb(236,152,163); }

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

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

 span { border-color: rgb(236,152,163); }

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