Html Css Color HEX #EC9596 Wewak

📋 copy color: '#EC9596'

red 236 ◦ green 149 ◦ blue 150

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

Shades of Wewak #EC9596

Tints of Wewak #EC9596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.85%

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

R = 44.11%
G = 27.85%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC9596 (or 0xEC9596) is known color: Wewak. HEX triplet: EC, 95 and 96. RGB value is (236,149,150). Sum of RGB (Red+Green+Blue) = 236+149+150=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9596 is #136A69. Grayscale: #AFAFAF. Windows color (decimal): -1272426 or 9868780. OLE color: 9868780.

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

Color convert

RGB 236 149 150 -
CMYK 0 0.37 0.36 0.07
HSL 359.31º 0.7% 0.75% -
HSV(B) 359.31º 0.37% 0.93% -
XYZ 50.84 41.53 34.19 -
YUV 175.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 236 149 150 0 0.37 0.36 0.07 359.31 0.7 0.75
Hex EC 95 96 0 25 24 7 167 46 4B
Octal 354 225 226 0 45 44 7 547 106 113
Binary 11101100 10010101 10010110 0 100101 100100 111 101100111 1000110 1001011

Color Harmonies of #EC9596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9596

Black with #EC9596

Text Example


Text Example

White with #EC9596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9596; }

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

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

background-color css

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

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

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

border-color css

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

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

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