Html Css Color HEX #EC9495 Wewak

📋 copy color: '#EC9495'

red 236 ◦ green 148 ◦ blue 149

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

Shades of Wewak #EC9495

Tints of Wewak #EC9495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.77%

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

R = 44.28%
G = 27.77%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9495 (or 0xEC9495) is known color: Wewak. HEX triplet: EC, 94 and 95. RGB value is (236,148,149). Sum of RGB (Red+Green+Blue) = 236+148+149=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9495 is #136B6A. Grayscale: #AEAEAE. Windows color (decimal): -1272683 or 9802988. OLE color: 9802988.

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

Color convert

RGB 236 148 149 -
CMYK 0 0.37 0.37 0.07
HSL 359.32º 0.7% 0.75% -
HSV(B) 359.32º 0.37% 0.93% -
XYZ 50.61 41.18 33.72 -
YUV 174.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 236 148 149 0 0.37 0.37 0.07 359.32 0.7 0.75
Hex EC 94 95 0 25 25 7 167 46 4B
Octal 354 224 225 0 45 45 7 547 106 113
Binary 11101100 10010100 10010101 0 100101 100101 111 101100111 1000110 1001011

Color Harmonies of #EC9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9495

Black with #EC9495

Text Example


Text Example

White with #EC9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9495; }

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

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

background-color css

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

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

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

border-color css

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

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

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