#EC8D91

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

Shades of Wewak #EC8D91

Tints of Wewak #EC8D91

Color information

#EC8D91 (or 0xEC8D91) is unknown color: approx Wewak. HEX triplet: EC, 8D and 91. RGB value is (236,141,145). Sum of RGB (Red+Green+Blue) = 236+141+145=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D91 is #13726E. Grayscale: #A9A9A9. Windows color (decimal): -1274479 or 9539052. OLE color: 9539052.

HSL color Cylindrical-coordinate representation of color #EC8D91: hue angle of 357.47º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8D91 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236141145-
CMYK00.400.390.07
HSL357.47º71.43%73.92%-
HSV(B)357.47º40.25%92.55%-
XYZ49.2338.9331.71-
YUV169.86113.97175.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 145 (57.03% from 255) = 27.78%
R=45.21%
G=27.01%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614114500.400.390.07357.4771.4373.92
HexEC8D91028277165474a
Octal354215221050477545107112
Binary111011001000110110010001010100010011111110110010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D91; }

 p { color: rgb(236,141,145); }

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

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

 a { background-color: rgb(236,141,145); }

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

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

 span { border-color: rgb(236,141,145); }

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