Html Css Color HEX #EC8EAA Mauvelous

📋 copy color: '#EC8EAA'

red 236 ◦ green 142 ◦ blue 170

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

Shades of Mauvelous #EC8EAA

Tints of Mauvelous #EC8EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 43.07%
G = 25.91%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC8EAA (or 0xEC8EAA) is known color: Mauvelous. HEX triplet: EC, 8E and AA. RGB value is (236,142,170). Sum of RGB (Red+Green+Blue) = 236+142+170=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EAA is #137155. Grayscale: #ADADAD. Windows color (decimal): -1274198 or 11177708. OLE color: 11177708.

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

Color convert

RGB 236 142 170 -
CMYK 0 0.40 0.28 0.07
HSL 342.13º 0.71% 0.74% -
HSV(B) 342.13º 0.4% 0.93% -
XYZ 51.52 40.08 43.05 -
YUV 173.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 236 142 170 0 0.40 0.28 0.07 342.13 0.71 0.74
Hex EC 8E AA 0 28 1C 7 156 47 4A
Octal 354 216 252 0 50 34 7 526 107 112
Binary 11101100 10001110 10101010 0 101000 11100 111 101010110 1000111 1001010

Color Harmonies of #EC8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EAA

Black with #EC8EAA

Text Example


Text Example

White with #EC8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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