Html Css Color HEX #EC8EAB Mauvelous

📋 copy color: '#EC8EAB'

red 236 ◦ green 142 ◦ blue 171

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

Shades of Mauvelous #EC8EAB

Tints of Mauvelous #EC8EAB

RGB

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

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

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

R = 42.99%
G = 25.87%
B = 31.15%

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

#EC8EAB (or 0xEC8EAB) is known color: Mauvelous. HEX triplet: EC, 8E and AB. RGB value is (236,142,171). Sum of RGB (Red+Green+Blue) = 236+142+171=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8EAB is #137154. Grayscale: #ADADAD. Windows color (decimal): -1274197 or 11243244. OLE color: 11243244.

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

Color convert

RGB 236 142 171 -
CMYK 0 0.40 0.28 0.07
HSL 341.49º 0.71% 0.74% -
HSV(B) 341.49º 0.4% 0.93% -
XYZ 51.62 40.12 43.55 -
YUV 173.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 236 142 171 0 0.40 0.28 0.07 341.49 0.71 0.74
Hex EC 8E AB 0 28 1C 7 155 47 4A
Octal 354 216 253 0 50 34 7 525 107 112
Binary 11101100 10001110 10101011 0 101000 11100 111 101010101 1000111 1001010

Color Harmonies of #EC8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8EAB

Black with #EC8EAB

Text Example


Text Example

White with #EC8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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