Html Css Color HEX #EC8EA1 Mauvelous

📋 copy color: '#EC8EA1'

red 236 ◦ green 142 ◦ blue 161

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

Shades of Mauvelous #EC8EA1

Tints of Mauvelous #EC8EA1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.35%

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

R = 43.78%
G = 26.35%
B = 29.87%

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

#EC8EA1 (or 0xEC8EA1) is known color: Mauvelous. HEX triplet: EC, 8E and A1. RGB value is (236,142,161). Sum of RGB (Red+Green+Blue) = 236+142+161=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EA1 is #13715E. Grayscale: #ACACAC. Windows color (decimal): -1274207 or 10587884. OLE color: 10587884.

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

Color convert

RGB 236 142 161 -
CMYK 0 0.40 0.32 0.07
HSL 347.87º 0.71% 0.74% -
HSV(B) 347.87º 0.4% 0.93% -
XYZ 50.7 39.75 38.72 -
YUV 172.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 236 142 161 0 0.40 0.32 0.07 347.87 0.71 0.74
Hex EC 8E A1 0 28 20 7 15C 47 4A
Octal 354 216 241 0 50 40 7 534 107 112
Binary 11101100 10001110 10100001 0 101000 100000 111 101011100 1000111 1001010

Color Harmonies of #EC8EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EA1

Black with #EC8EA1

Text Example


Text Example

White with #EC8EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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