Html Css Color HEX #EC969F Wewak

📋 copy color: '#EC969F'

red 236 ◦ green 150 ◦ blue 159

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

Shades of Wewak #EC969F

Tints of Wewak #EC969F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.17%

R = 43.3%
G = 27.52%
B = 29.17%

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

#EC969F (or 0xEC969F) is known color: Wewak. HEX triplet: EC, 96 and 9F. RGB value is (236,150,159). Sum of RGB (Red+Green+Blue) = 236+150+159=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC969F is #136960. Grayscale: #B0B0B0. Windows color (decimal): -1272161 or 10458860. OLE color: 10458860.

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

Color convert

RGB 236 150 159 -
CMYK 0 0.36 0.33 0.07
HSL 353.72º 0.69% 0.76% -
HSV(B) 353.72º 0.36% 0.93% -
XYZ 51.76 42.15 38.21 -
YUV 176.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 236 150 159 0 0.36 0.33 0.07 353.72 0.69 0.76
Hex EC 96 9F 0 24 21 7 162 45 4C
Octal 354 226 237 0 44 41 7 542 105 114
Binary 11101100 10010110 10011111 0 100100 100001 111 101100010 1000101 1001100

Color Harmonies of #EC969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC969F

Black with #EC969F

Text Example


Text Example

White with #EC969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC969F; }

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

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

background-color css

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

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

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

border-color css

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

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

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