Html Css Color HEX #EC8994 Wewak

📋 copy color: '#EC8994'

red 236 ◦ green 137 ◦ blue 148

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

Shades of Wewak #EC8994

Tints of Wewak #EC8994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.3%

 BLUE value IS 148 (58.2% from 255) = 28.41%

R = 45.3%
G = 26.3%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC8994 (or 0xEC8994) is known color: Wewak. HEX triplet: EC, 89 and 94. RGB value is (236,137,148). Sum of RGB (Red+Green+Blue) = 236+137+148=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8994 is #13766B. Grayscale: #A7A7A7. Windows color (decimal): -1275500 or 9734636. OLE color: 9734636.

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

Color convert

RGB 236 137 148 -
CMYK 0 0.42 0.37 0.07
HSL 353.33º 0.72% 0.73% -
HSV(B) 353.33º 0.42% 0.93% -
XYZ 48.88 37.86 32.75 -
YUV 167.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 236 137 148 0 0.42 0.37 0.07 353.33 0.72 0.73
Hex EC 89 94 0 2A 25 7 161 48 49
Octal 354 211 224 0 52 45 7 541 110 111
Binary 11101100 10001001 10010100 0 101010 100101 111 101100001 1001000 1001001

Color Harmonies of #EC8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8994

Black with #EC8994

Text Example


Text Example

White with #EC8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8994; }

 p { color: rgb(236,137,148); }

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

background-color css

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

 a { background-color: rgb(236,137,148); }

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

border-color css

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

 span { border-color: rgb(236,137,148); }

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