Html Css Color HEX #EC9CA6 Mauvelous

📋 copy color: '#EC9CA6'

red 236 ◦ green 156 ◦ blue 166

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

Shades of Mauvelous #EC9CA6

Tints of Mauvelous #EC9CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.96%

 BLUE value IS 166 (65.23% from 255) = 29.75%

R = 42.29%
G = 27.96%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC9CA6 (or 0xEC9CA6) is known color: Mauvelous. HEX triplet: EC, 9C and A6. RGB value is (236,156,166). Sum of RGB (Red+Green+Blue) = 236+156+166=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9CA6 is #136359. Grayscale: #B5B5B5. Windows color (decimal): -1270618 or 10919148. OLE color: 10919148.

HSL color Cylindrical-coordinate representation of color #EC9CA6: hue angle of 352.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CA6 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 156 166 -
CMYK 0 0.34 0.30 0.07
HSL 352.5º 0.68% 0.77% -
HSV(B) 352.5º 0.34% 0.93% -
XYZ 53.36 44.36 41.83 -
YUV 181.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 236 156 166 0 0.34 0.30 0.07 352.5 0.68 0.77
Hex EC 9C A6 0 22 1E 7 160 44 4D
Octal 354 234 246 0 42 36 7 540 104 115
Binary 11101100 10011100 10100110 0 100010 11110 111 101100000 1000100 1001101

Color Harmonies of #EC9CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9CA6

Black with #EC9CA6

Text Example


Text Example

White with #EC9CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9CA6; }

 p { color: rgb(236,156,166); }

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

background-color css

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

 a { background-color: rgb(236,156,166); }

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

border-color css

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

 span { border-color: rgb(236,156,166); }

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