Html Css Color HEX #EC8D95 Wewak

📋 copy color: '#EC8D95'

red 236 ◦ green 141 ◦ blue 149

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

Shades of Wewak #EC8D95

Tints of Wewak #EC8D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

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

R = 44.87%
G = 26.81%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC8D95 (or 0xEC8D95) is known color: Wewak. HEX triplet: EC, 8D and 95. RGB value is (236,141,149). Sum of RGB (Red+Green+Blue) = 236+141+149=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D95 is #13726A. Grayscale: #AAAAAA. Windows color (decimal): -1274475 or 9801196. OLE color: 9801196.

HSL color Cylindrical-coordinate representation of color #EC8D95: hue angle of 354.95º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8D95 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 149 -
CMYK 0 0.40 0.37 0.07
HSL 354.95º 0.71% 0.74% -
HSV(B) 354.95º 0.4% 0.93% -
XYZ 49.54 39.05 33.36 -
YUV 170.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 236 141 149 0 0.40 0.37 0.07 354.95 0.71 0.74
Hex EC 8D 95 0 28 25 7 163 47 4A
Octal 354 215 225 0 50 45 7 543 107 112
Binary 11101100 10001101 10010101 0 101000 100101 111 101100011 1000111 1001010

Color Harmonies of #EC8D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D95

Black with #EC8D95

Text Example


Text Example

White with #EC8D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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