Html Css Color HEX #EC9BA4 Wewak

📋 copy color: '#EC9BA4'

red 236 ◦ green 155 ◦ blue 164

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

Shades of Wewak #EC9BA4

Tints of Wewak #EC9BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.93%

 BLUE value IS 164 (64.45% from 255) = 29.55%

R = 42.52%
G = 27.93%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC9BA4 (or 0xEC9BA4) is known color: Wewak. HEX triplet: EC, 9B and A4. RGB value is (236,155,164). Sum of RGB (Red+Green+Blue) = 236+155+164=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9BA4 is #13645B. Grayscale: #B4B4B4. Windows color (decimal): -1270876 or 10787820. OLE color: 10787820.

HSL color Cylindrical-coordinate representation of color #EC9BA4: hue angle of 353.33º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BA4 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 155 164 -
CMYK 0 0.34 0.31 0.07
HSL 353.33º 0.68% 0.77% -
HSV(B) 353.33º 0.34% 0.93% -
XYZ 53.01 43.96 40.81 -
YUV 180.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 236 155 164 0 0.34 0.31 0.07 353.33 0.68 0.77
Hex EC 9B A4 0 22 1F 7 161 44 4D
Octal 354 233 244 0 42 37 7 541 104 115
Binary 11101100 10011011 10100100 0 100010 11111 111 101100001 1000100 1001101

Color Harmonies of #EC9BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BA4

Black with #EC9BA4

Text Example


Text Example

White with #EC9BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BA4; }

 p { color: rgb(236,155,164); }

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

background-color css

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

 a { background-color: rgb(236,155,164); }

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

border-color css

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

 span { border-color: rgb(236,155,164); }

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