Html Css Color HEX #EC969C Wewak

📋 copy color: '#EC969C'

red 236 ◦ green 150 ◦ blue 156

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

Shades of Wewak #EC969C

Tints of Wewak #EC969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.78%

R = 43.54%
G = 27.68%
B = 28.78%

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

#EC969C (or 0xEC969C) is known color: Wewak. HEX triplet: EC, 96 and 9C. RGB value is (236,150,156). Sum of RGB (Red+Green+Blue) = 236+150+156=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC969C is #136963. Grayscale: #B0B0B0. Windows color (decimal): -1272164 or 10262252. OLE color: 10262252.

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

Color convert

RGB 236 150 156 -
CMYK 0 0.36 0.34 0.07
HSL 355.81º 0.69% 0.76% -
HSV(B) 355.81º 0.36% 0.93% -
XYZ 51.5 42.05 36.85 -
YUV 176.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 236 150 156 0 0.36 0.34 0.07 355.81 0.69 0.76
Hex EC 96 9C 0 24 22 7 164 45 4C
Octal 354 226 234 0 44 42 7 544 105 114
Binary 11101100 10010110 10011100 0 100100 100010 111 101100100 1000101 1001100

Color Harmonies of #EC969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC969C

Black with #EC969C

Text Example


Text Example

White with #EC969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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