Html Css Color HEX #EC8F95 Wewak

📋 copy color: '#EC8F95'

red 236 ◦ green 143 ◦ blue 149

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

Shades of Wewak #EC8F95

Tints of Wewak #EC8F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.08%

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

R = 44.7%
G = 27.08%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC8F95 (or 0xEC8F95) is known color: Wewak. HEX triplet: EC, 8F and 95. RGB value is (236,143,149). Sum of RGB (Red+Green+Blue) = 236+143+149=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F95 is #13706A. Grayscale: #ABABAB. Windows color (decimal): -1273963 or 9801708. OLE color: 9801708.

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

Color convert

RGB 236 143 149 -
CMYK 0 0.39 0.37 0.07
HSL 356.13º 0.71% 0.74% -
HSV(B) 356.13º 0.39% 0.93% -
XYZ 49.84 39.65 33.46 -
YUV 171.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 236 143 149 0 0.39 0.37 0.07 356.13 0.71 0.74
Hex EC 8F 95 0 27 25 7 164 47 4A
Octal 354 217 225 0 47 45 7 544 107 112
Binary 11101100 10001111 10010101 0 100111 100101 111 101100100 1000111 1001010

Color Harmonies of #EC8F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F95

Black with #EC8F95

Text Example


Text Example

White with #EC8F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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