Html Css Color HEX #EC8D90 Wewak

📋 copy color: '#EC8D90'

red 236 ◦ green 141 ◦ blue 144

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

Shades of Wewak #EC8D90

Tints of Wewak #EC8D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 45.3%
G = 27.06%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC8D90 (or 0xEC8D90) is known color: Wewak. HEX triplet: EC, 8D and 90. RGB value is (236,141,144). Sum of RGB (Red+Green+Blue) = 236+141+144=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D90 is #13726F. Grayscale: #A9A9A9. Windows color (decimal): -1274480 or 9473516. OLE color: 9473516.

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

Color convert

RGB 236 141 144 -
CMYK 0 0.40 0.39 0.07
HSL 358.11º 0.71% 0.74% -
HSV(B) 358.11º 0.4% 0.93% -
XYZ 49.15 38.9 31.3 -
YUV 169.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 236 141 144 0 0.40 0.39 0.07 358.11 0.71 0.74
Hex EC 8D 90 0 28 27 7 166 47 4A
Octal 354 215 220 0 50 47 7 546 107 112
Binary 11101100 10001101 10010000 0 101000 100111 111 101100110 1000111 1001010

Color Harmonies of #EC8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D90

Black with #EC8D90

Text Example


Text Example

White with #EC8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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