#EC8A8F

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

Shades of Wewak #EC8A8F

Tints of Wewak #EC8A8F

Color information

#EC8A8F (or 0xEC8A8F) is unknown color: approx Wewak. HEX triplet: EC, 8A and 8F. RGB value is (236,138,143). Sum of RGB (Red+Green+Blue) = 236+138+143=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A8F is #137570. Grayscale: #A7A7A7. Windows color (decimal): -1275249 or 9407212. OLE color: 9407212.

HSL color Cylindrical-coordinate representation of color #EC8A8F: hue angle of 356.94º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8A8F is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236138143-
CMYK00.420.390.07
HSL356.94º72.06%73.33%-
HSV(B)356.94º41.53%92.55%-
XYZ48.6437.9930.76-
YUV167.87113.97176.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=45.65%
G=26.69%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613814300.420.390.07356.9472.0673.33
HexEC8A8F02A2771654849
Octal354212217052477545110111
Binary111011001000101010001111010101010011111110110010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A8F; }

 p { color: rgb(236,138,143); }

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

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

 a { background-color: rgb(236,138,143); }

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

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

 span { border-color: rgb(236,138,143); }

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