Html Css Color HEX #EC8C8D Wewak

📋 copy color: '#EC8C8D'

red 236 ◦ green 140 ◦ blue 141

#EC8C8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #EC8C8D

Tints of Wewak #EC8C8D

RGB

 RED value IS 236 (92.58% from 255) = 45.65%

 GREEN value IS 140 (55.08% from 255) = 27.08%

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 45.65%
G = 27.08%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC8C8D (or 0xEC8C8D) is known color: Wewak. HEX triplet: EC, 8C and 8D. RGB value is (236,140,141). Sum of RGB (Red+Green+Blue) = 236+140+141=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C8D is #137372. Grayscale: #A8A8A8. Windows color (decimal): -1274739 or 9276652. OLE color: 9276652.

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

Color convert

RGB 236 140 141 -
CMYK 0 0.41 0.40 0.07
HSL 359.38º 0.72% 0.74% -
HSV(B) 359.38º 0.41% 0.93% -
XYZ 48.78 38.51 30.06 -
YUV 168.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 236 140 141 0 0.41 0.40 0.07 359.38 0.72 0.74
Hex EC 8C 8D 0 29 28 7 167 48 4A
Octal 354 214 215 0 51 50 7 547 110 112
Binary 11101100 10001100 10001101 0 101001 101000 111 101100111 1001000 1001010

Color Harmonies of #EC8C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C8D

Black with #EC8C8D

Text Example


Text Example

White with #EC8C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C8D; }

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

 H1.HeaderClassName
 {
   color: #EC8C8D;
 }
 .AnyTagClassName
 {
   color: #EC8C8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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