Html Css Color HEX #EC8DAB Mauvelous

📋 copy color: '#EC8DAB'

red 236 ◦ green 141 ◦ blue 171

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

Shades of Mauvelous #EC8DAB

Tints of Mauvelous #EC8DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.2%

R = 43.07%
G = 25.73%
B = 31.2%

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

#EC8DAB (or 0xEC8DAB) is known color: Mauvelous. HEX triplet: EC, 8D and AB. RGB value is (236,141,171). Sum of RGB (Red+Green+Blue) = 236+141+171=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8DAB is #137254. Grayscale: #ACACAC. Windows color (decimal): -1274453 or 11242988. OLE color: 11242988.

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

Color convert

RGB 236 141 171 -
CMYK 0 0.40 0.28 0.07
HSL 341.05º 0.71% 0.74% -
HSV(B) 341.05º 0.4% 0.93% -
XYZ 51.47 39.82 43.5 -
YUV 172.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 236 141 171 0 0.40 0.28 0.07 341.05 0.71 0.74
Hex EC 8D AB 0 28 1C 7 155 47 4A
Octal 354 215 253 0 50 34 7 525 107 112
Binary 11101100 10001101 10101011 0 101000 11100 111 101010101 1000111 1001010

Color Harmonies of #EC8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8DAB

Black with #EC8DAB

Text Example


Text Example

White with #EC8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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