Html Css Color HEX #EC9194 Wewak

📋 copy color: '#EC9194'

red 236 ◦ green 145 ◦ blue 148

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

Shades of Wewak #EC9194

Tints of Wewak #EC9194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.41%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 44.61%
G = 27.41%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9194 (or 0xEC9194) is known color: Wewak. HEX triplet: EC, 91 and 94. RGB value is (236,145,148). Sum of RGB (Red+Green+Blue) = 236+145+148=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9194 is #136E6B. Grayscale: #ACACAC. Windows color (decimal): -1273452 or 9736684. OLE color: 9736684.

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

Color convert

RGB 236 145 148 -
CMYK 0 0.39 0.37 0.07
HSL 358.02º 0.71% 0.75% -
HSV(B) 358.02º 0.39% 0.93% -
XYZ 50.06 40.22 33.14 -
YUV 172.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 236 145 148 0 0.39 0.37 0.07 358.02 0.71 0.75
Hex EC 91 94 0 27 25 7 166 47 4B
Octal 354 221 224 0 47 45 7 546 107 113
Binary 11101100 10010001 10010100 0 100111 100101 111 101100110 1000111 1001011

Color Harmonies of #EC9194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9194

Black with #EC9194

Text Example


Text Example

White with #EC9194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9194; }

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

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

background-color css

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

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

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

border-color css

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

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

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