Html Css Color HEX #EC8D9F Wewak

📋 copy color: '#EC8D9F'

red 236 ◦ green 141 ◦ blue 159

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

Shades of Wewak #EC8D9F

Tints of Wewak #EC8D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

 BLUE value IS 159 (62.5% from 255) = 29.66%

R = 44.03%
G = 26.31%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC8D9F (or 0xEC8D9F) is known color: Wewak. HEX triplet: EC, 8D and 9F. RGB value is (236,141,159). Sum of RGB (Red+Green+Blue) = 236+141+159=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D9F is #137260. Grayscale: #ABABAB. Windows color (decimal): -1274465 or 10456556. OLE color: 10456556.

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

Color convert

RGB 236 141 159 -
CMYK 0 0.40 0.33 0.07
HSL 348.63º 0.71% 0.74% -
HSV(B) 348.63º 0.4% 0.93% -
XYZ 50.37 39.39 37.75 -
YUV 171.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 236 141 159 0 0.40 0.33 0.07 348.63 0.71 0.74
Hex EC 8D 9F 0 28 21 7 15D 47 4A
Octal 354 215 237 0 50 41 7 535 107 112
Binary 11101100 10001101 10011111 0 101000 100001 111 101011101 1000111 1001010

Color Harmonies of #EC8D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D9F

Black with #EC8D9F

Text Example


Text Example

White with #EC8D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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