Html Css Color HEX #EC9096 Wewak

📋 copy color: '#EC9096'

red 236 ◦ green 144 ◦ blue 150

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

Shades of Wewak #EC9096

Tints of Wewak #EC9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.17%

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

R = 44.53%
G = 27.17%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC9096 (or 0xEC9096) is known color: Wewak. HEX triplet: EC, 90 and 96. RGB value is (236,144,150). Sum of RGB (Red+Green+Blue) = 236+144+150=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9096 is #136F69. Grayscale: #ACACAC. Windows color (decimal): -1273706 or 9867500. OLE color: 9867500.

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

Color convert

RGB 236 144 150 -
CMYK 0 0.39 0.36 0.07
HSL 356.09º 0.71% 0.75% -
HSV(B) 356.09º 0.39% 0.93% -
XYZ 50.07 39.98 33.93 -
YUV 172.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 236 144 150 0 0.39 0.36 0.07 356.09 0.71 0.75
Hex EC 90 96 0 27 24 7 164 47 4B
Octal 354 220 226 0 47 44 7 544 107 113
Binary 11101100 10010000 10010110 0 100111 100100 111 101100100 1000111 1001011

Color Harmonies of #EC9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9096

Black with #EC9096

Text Example


Text Example

White with #EC9096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9096; }

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

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

background-color css

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

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

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

border-color css

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

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

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