#EC8A8B

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

Shades of Wewak #EC8A8B

Tints of Wewak #EC8A8B

Color information

#EC8A8B (or 0xEC8A8B) is unknown color: approx Wewak. HEX triplet: EC, 8A and 8B. RGB value is (236,138,139). Sum of RGB (Red+Green+Blue) = 236+138+139=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A8B is #137574. Grayscale: #A7A7A7. Windows color (decimal): -1275253 or 9145068. OLE color: 9145068.

HSL color Cylindrical-coordinate representation of color #EC8A8B: hue angle of 359.39º 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 #EC8A8B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB236138139-
CMYK00.420.410.07
HSL359.39º72.06%73.33%-
HSV(B)359.39º41.53%92.55%-
XYZ48.3437.8729.19-
YUV167.42111.97176.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=46.00%
G=26.90%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613813900.420.410.07359.3972.0673.33
HexEC8A8B02A2971674849
Octal354212213052517547110111
Binary111011001000101010001011010101010100111110110011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A8B; }

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

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

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

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

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

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

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

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