Html Css Color HEX #EC8DA1 Mauvelous

📋 copy color: '#EC8DA1'

red 236 ◦ green 141 ◦ blue 161

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

Shades of Mauvelous #EC8DA1

Tints of Mauvelous #EC8DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.93%

R = 43.87%
G = 26.21%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC8DA1 (or 0xEC8DA1) is known color: Mauvelous. HEX triplet: EC, 8D and A1. RGB value is (236,141,161). Sum of RGB (Red+Green+Blue) = 236+141+161=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DA1 is #13725E. Grayscale: #ABABAB. Windows color (decimal): -1274463 or 10587628. OLE color: 10587628.

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

Color convert

RGB 236 141 161 -
CMYK 0 0.40 0.32 0.07
HSL 347.37º 0.71% 0.74% -
HSV(B) 347.37º 0.4% 0.93% -
XYZ 50.55 39.46 38.67 -
YUV 171.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 236 141 161 0 0.40 0.32 0.07 347.37 0.71 0.74
Hex EC 8D A1 0 28 20 7 15B 47 4A
Octal 354 215 241 0 50 40 7 533 107 112
Binary 11101100 10001101 10100001 0 101000 100000 111 101011011 1000111 1001010

Color Harmonies of #EC8DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DA1

Black with #EC8DA1

Text Example


Text Example

White with #EC8DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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