Html Css Color HEX #EC8995 Wewak

📋 copy color: '#EC8995'

red 236 ◦ green 137 ◦ blue 149

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

Shades of Wewak #EC8995

Tints of Wewak #EC8995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 45.21%
G = 26.25%
B = 28.54%

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

#EC8995 (or 0xEC8995) is known color: Wewak. HEX triplet: EC, 89 and 95. RGB value is (236,137,149). Sum of RGB (Red+Green+Blue) = 236+137+149=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8995 is #13766A. Grayscale: #A8A8A8. Windows color (decimal): -1275499 or 9800172. OLE color: 9800172.

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

Color convert

RGB 236 137 149 -
CMYK 0 0.42 0.37 0.07
HSL 352.73º 0.72% 0.73% -
HSV(B) 352.73º 0.42% 0.93% -
XYZ 48.96 37.89 33.17 -
YUV 167.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 236 137 149 0 0.42 0.37 0.07 352.73 0.72 0.73
Hex EC 89 95 0 2A 25 7 161 48 49
Octal 354 211 225 0 52 45 7 541 110 111
Binary 11101100 10001001 10010101 0 101010 100101 111 101100001 1001000 1001001

Color Harmonies of #EC8995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8995

Black with #EC8995

Text Example


Text Example

White with #EC8995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8995; }

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

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

background-color css

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

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

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

border-color css

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

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

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