Html Css Color HEX #EC9496 Wewak

📋 copy color: '#EC9496'

red 236 ◦ green 148 ◦ blue 150

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

Shades of Wewak #EC9496

Tints of Wewak #EC9496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

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

R = 44.19%
G = 27.72%
B = 28.09%

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

#EC9496 (or 0xEC9496) is known color: Wewak. HEX triplet: EC, 94 and 96. RGB value is (236,148,150). Sum of RGB (Red+Green+Blue) = 236+148+150=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9496 is #136B69. Grayscale: #AEAEAE. Windows color (decimal): -1272682 or 9868524. OLE color: 9868524.

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

Color convert

RGB 236 148 150 -
CMYK 0 0.37 0.36 0.07
HSL 358.64º 0.7% 0.75% -
HSV(B) 358.64º 0.37% 0.93% -
XYZ 50.69 41.21 34.14 -
YUV 174.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 236 148 150 0 0.37 0.36 0.07 358.64 0.7 0.75
Hex EC 94 96 0 25 24 7 167 46 4B
Octal 354 224 226 0 45 44 7 547 106 113
Binary 11101100 10010100 10010110 0 100101 100100 111 101100111 1000110 1001011

Color Harmonies of #EC9496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9496

Black with #EC9496

Text Example


Text Example

White with #EC9496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9496; }

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

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

background-color css

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

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

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

border-color css

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

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

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