Html Css Color HEX #EC959D Wewak

📋 copy color: '#EC959D'

red 236 ◦ green 149 ◦ blue 157

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

Shades of Wewak #EC959D

Tints of Wewak #EC959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.97%

R = 43.54%
G = 27.49%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC959D (or 0xEC959D) is known color: Wewak. HEX triplet: EC, 95 and 9D. RGB value is (236,149,157). Sum of RGB (Red+Green+Blue) = 236+149+157=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC959D is #136A62. Grayscale: #AFAFAF. Windows color (decimal): -1272419 or 10327532. OLE color: 10327532.

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

Color convert

RGB 236 149 157 -
CMYK 0 0.37 0.33 0.07
HSL 354.48º 0.7% 0.75% -
HSV(B) 354.48º 0.37% 0.93% -
XYZ 51.43 41.76 37.25 -
YUV 175.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 236 149 157 0 0.37 0.33 0.07 354.48 0.7 0.75
Hex EC 95 9D 0 25 21 7 162 46 4B
Octal 354 225 235 0 45 41 7 542 106 113
Binary 11101100 10010101 10011101 0 100101 100001 111 101100010 1000110 1001011

Color Harmonies of #EC959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC959D

Black with #EC959D

Text Example


Text Example

White with #EC959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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