Html Css Color HEX #EC85AB Mauvelous

📋 copy color: '#EC85AB'

red 236 ◦ green 133 ◦ blue 171

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

Shades of Mauvelous #EC85AB

Tints of Mauvelous #EC85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.63%

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

R = 43.7%
G = 24.63%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC85AB (or 0xEC85AB) is known color: Mauvelous. HEX triplet: EC, 85 and AB. RGB value is (236,133,171). Sum of RGB (Red+Green+Blue) = 236+133+171=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85AB is #137A54. Grayscale: #A8A8A8. Windows color (decimal): -1276501 or 11240940. OLE color: 11240940.

HSL color Cylindrical-coordinate representation of color #EC85AB: hue angle of 337.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC85AB is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 171 -
CMYK 0 0.44 0.28 0.07
HSL 337.86º 0.73% 0.72% -
HSV(B) 337.86º 0.44% 0.93% -
XYZ 50.33 37.55 43.12 -
YUV 168.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 236 133 171 0 0.44 0.28 0.07 337.86 0.73 0.72
Hex EC 85 AB 0 2C 1C 7 152 49 48
Octal 354 205 253 0 54 34 7 522 111 110
Binary 11101100 10000101 10101011 0 101100 11100 111 101010010 1001001 1001000

Color Harmonies of #EC85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85AB

Black with #EC85AB

Text Example


Text Example

White with #EC85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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