Html Css Color HEX #EC959F Wewak

📋 copy color: '#EC959F'

red 236 ◦ green 149 ◦ blue 159

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

Shades of Wewak #EC959F

Tints of Wewak #EC959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.23%

R = 43.38%
G = 27.39%
B = 29.23%

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

#EC959F (or 0xEC959F) is known color: Wewak. HEX triplet: EC, 95 and 9F. RGB value is (236,149,159). Sum of RGB (Red+Green+Blue) = 236+149+159=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC959F is #136A60. Grayscale: #B0B0B0. Windows color (decimal): -1272417 or 10458604. OLE color: 10458604.

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

Color convert

RGB 236 149 159 -
CMYK 0 0.37 0.33 0.07
HSL 353.1º 0.7% 0.75% -
HSV(B) 353.1º 0.37% 0.93% -
XYZ 51.6 41.83 38.16 -
YUV 176.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 236 149 159 0 0.37 0.33 0.07 353.1 0.7 0.75
Hex EC 95 9F 0 25 21 7 161 46 4B
Octal 354 225 237 0 45 41 7 541 106 113
Binary 11101100 10010101 10011111 0 100101 100001 111 101100001 1000110 1001011

Color Harmonies of #EC959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC959F

Black with #EC959F

Text Example


Text Example

White with #EC959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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