Html Css Color HEX #EC8B96 Wewak

📋 copy color: '#EC8B96'

red 236 ◦ green 139 ◦ blue 150

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

Shades of Wewak #EC8B96

Tints of Wewak #EC8B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.48%

 BLUE value IS 150 (58.98% from 255) = 28.57%

R = 44.95%
G = 26.48%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC8B96 (or 0xEC8B96) is known color: Wewak. HEX triplet: EC, 8B and 96. RGB value is (236,139,150). Sum of RGB (Red+Green+Blue) = 236+139+150=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B96 is #137469. Grayscale: #A9A9A9. Windows color (decimal): -1274986 or 9866220. OLE color: 9866220.

HSL color Cylindrical-coordinate representation of color #EC8B96: hue angle of 353.2º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8B96 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 139 150 -
CMYK 0 0.41 0.36 0.07
HSL 353.2º 0.72% 0.74% -
HSV(B) 353.2º 0.41% 0.93% -
XYZ 49.33 38.5 33.69 -
YUV 169.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 236 139 150 0 0.41 0.36 0.07 353.2 0.72 0.74
Hex EC 8B 96 0 29 24 7 161 48 4A
Octal 354 213 226 0 51 44 7 541 110 112
Binary 11101100 10001011 10010110 0 101001 100100 111 101100001 1001000 1001010

Color Harmonies of #EC8B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B96

Black with #EC8B96

Text Example


Text Example

White with #EC8B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B96; }

 p { color: rgb(236,139,150); }

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

background-color css

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

 a { background-color: rgb(236,139,150); }

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

border-color css

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

 span { border-color: rgb(236,139,150); }

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