Html Css Color HEX #EC95A2 Wewak

📋 copy color: '#EC95A2'

red 236 ◦ green 149 ◦ blue 162

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

Shades of Wewak #EC95A2

Tints of Wewak #EC95A2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 162 (63.67% from 255) = 29.62%

R = 43.14%
G = 27.24%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC95A2 (or 0xEC95A2) is known color: Wewak. HEX triplet: EC, 95 and A2. RGB value is (236,149,162). Sum of RGB (Red+Green+Blue) = 236+149+162=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95A2 is #136A5D. Grayscale: #B0B0B0. Windows color (decimal): -1272414 or 10655212. OLE color: 10655212.

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

Color convert

RGB 236 149 162 -
CMYK 0 0.37 0.31 0.07
HSL 351.03º 0.7% 0.75% -
HSV(B) 351.03º 0.37% 0.93% -
XYZ 51.86 41.94 39.54 -
YUV 176.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 236 149 162 0 0.37 0.31 0.07 351.03 0.7 0.75
Hex EC 95 A2 0 25 1F 7 15F 46 4B
Octal 354 225 242 0 45 37 7 537 106 113
Binary 11101100 10010101 10100010 0 100101 11111 111 101011111 1000110 1001011

Color Harmonies of #EC95A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC95A2

Black with #EC95A2

Text Example


Text Example

White with #EC95A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC95A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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