Html Css Color HEX #EC969B Wewak

📋 copy color: '#EC969B'

red 236 ◦ green 150 ◦ blue 155

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

Shades of Wewak #EC969B

Tints of Wewak #EC969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.73%

 BLUE value IS 155 (60.94% from 255) = 28.65%

R = 43.62%
G = 27.73%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC969B (or 0xEC969B) is known color: Wewak. HEX triplet: EC, 96 and 9B. RGB value is (236,150,155). Sum of RGB (Red+Green+Blue) = 236+150+155=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC969B is #136964. Grayscale: #B0B0B0. Windows color (decimal): -1272165 or 10196716. OLE color: 10196716.

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

Color convert

RGB 236 150 155 -
CMYK 0 0.36 0.34 0.07
HSL 356.51º 0.69% 0.76% -
HSV(B) 356.51º 0.36% 0.93% -
XYZ 51.41 42.01 36.41 -
YUV 176.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 236 150 155 0 0.36 0.34 0.07 356.51 0.69 0.76
Hex EC 96 9B 0 24 22 7 165 45 4C
Octal 354 226 233 0 44 42 7 545 105 114
Binary 11101100 10010110 10011011 0 100100 100010 111 101100101 1000101 1001100

Color Harmonies of #EC969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC969B

Black with #EC969B

Text Example


Text Example

White with #EC969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC969B; }

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

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

background-color css

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

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

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

border-color css

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

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

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