Html Css Color HEX #EC969D Wewak

📋 copy color: '#EC969D'

red 236 ◦ green 150 ◦ blue 157

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

Shades of Wewak #EC969D

Tints of Wewak #EC969D

RGB

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

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

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

R = 43.46%
G = 27.62%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC969D (or 0xEC969D) is known color: Wewak. HEX triplet: EC, 96 and 9D. RGB value is (236,150,157). Sum of RGB (Red+Green+Blue) = 236+150+157=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC969D is #136962. Grayscale: #B0B0B0. Windows color (decimal): -1272163 or 10327788. OLE color: 10327788.

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

Color convert

RGB 236 150 157 -
CMYK 0 0.36 0.33 0.07
HSL 355.12º 0.69% 0.76% -
HSV(B) 355.12º 0.36% 0.93% -
XYZ 51.58 42.08 37.3 -
YUV 176.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 236 150 157 0 0.36 0.33 0.07 355.12 0.69 0.76
Hex EC 96 9D 0 24 21 7 163 45 4C
Octal 354 226 235 0 44 41 7 543 105 114
Binary 11101100 10010110 10011101 0 100100 100001 111 101100011 1000101 1001100

Color Harmonies of #EC969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC969D

Black with #EC969D

Text Example


Text Example

White with #EC969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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