Html Css Color HEX #EC9396 Wewak

📋 copy color: '#EC9396'

red 236 ◦ green 147 ◦ blue 150

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

Shades of Wewak #EC9396

Tints of Wewak #EC9396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.58%

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 44.28%
G = 27.58%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC9396 (or 0xEC9396) is known color: Wewak. HEX triplet: EC, 93 and 96. RGB value is (236,147,150). Sum of RGB (Red+Green+Blue) = 236+147+150=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9396 is #136C69. Grayscale: #AEAEAE. Windows color (decimal): -1272938 or 9868268. OLE color: 9868268.

HSL color Cylindrical-coordinate representation of color #EC9396: hue angle of 357.98º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9396 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 150 -
CMYK 0 0.38 0.36 0.07
HSL 357.98º 0.7% 0.75% -
HSV(B) 357.98º 0.38% 0.93% -
XYZ 50.53 40.9 34.09 -
YUV 173.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 236 147 150 0 0.38 0.36 0.07 357.98 0.7 0.75
Hex EC 93 96 0 26 24 7 166 46 4B
Octal 354 223 226 0 46 44 7 546 106 113
Binary 11101100 10010011 10010110 0 100110 100100 111 101100110 1000110 1001011

Color Harmonies of #EC9396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9396

Black with #EC9396

Text Example


Text Example

White with #EC9396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9396; }

 p { color: rgb(236,147,150); }

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

background-color css

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

 a { background-color: rgb(236,147,150); }

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

border-color css

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

 span { border-color: rgb(236,147,150); }

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