Html Css Color HEX #EC8895 Wewak

📋 copy color: '#EC8895'

red 236 ◦ green 136 ◦ blue 149

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

Shades of Wewak #EC8895

Tints of Wewak #EC8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.1%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 45.3%
G = 26.1%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC8895 (or 0xEC8895) is known color: Wewak. HEX triplet: EC, 88 and 95. RGB value is (236,136,149). Sum of RGB (Red+Green+Blue) = 236+136+149=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8895 is #13776A. Grayscale: #A7A7A7. Windows color (decimal): -1275755 or 9799916. OLE color: 9799916.

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

Color convert

RGB 236 136 149 -
CMYK 0 0.42 0.37 0.07
HSL 352.2º 0.72% 0.73% -
HSV(B) 352.2º 0.42% 0.93% -
XYZ 48.82 37.61 33.12 -
YUV 167.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 236 136 149 0 0.42 0.37 0.07 352.2 0.72 0.73
Hex EC 88 95 0 2A 25 7 160 48 49
Octal 354 210 225 0 52 45 7 540 110 111
Binary 11101100 10001000 10010101 0 101010 100101 111 101100000 1001000 1001001

Color Harmonies of #EC8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8895

Black with #EC8895

Text Example


Text Example

White with #EC8895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8895; }

 p { color: rgb(236,136,149); }

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

background-color css

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

 a { background-color: rgb(236,136,149); }

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

border-color css

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

 span { border-color: rgb(236,136,149); }

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