Html Css Color HEX #EC9294 Wewak

📋 copy color: '#EC9294'

red 236 ◦ green 146 ◦ blue 148

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

Shades of Wewak #EC9294

Tints of Wewak #EC9294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.55%

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

R = 44.53%
G = 27.55%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9294 (or 0xEC9294) is known color: Wewak. HEX triplet: EC, 92 and 94. RGB value is (236,146,148). Sum of RGB (Red+Green+Blue) = 236+146+148=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9294 is #136D6B. Grayscale: #ADADAD. Windows color (decimal): -1273196 or 9736940. OLE color: 9736940.

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

Color convert

RGB 236 146 148 -
CMYK 0 0.38 0.37 0.07
HSL 358.67º 0.7% 0.75% -
HSV(B) 358.67º 0.38% 0.93% -
XYZ 50.22 40.53 33.19 -
YUV 173.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 236 146 148 0 0.38 0.37 0.07 358.67 0.7 0.75
Hex EC 92 94 0 26 25 7 167 46 4B
Octal 354 222 224 0 46 45 7 547 106 113
Binary 11101100 10010010 10010100 0 100110 100101 111 101100111 1000110 1001011

Color Harmonies of #EC9294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9294

Black with #EC9294

Text Example


Text Example

White with #EC9294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9294; }

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

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

background-color css

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

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

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

border-color css

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

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

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