Html Css Color HEX #EC85AA Mauvelous

📋 copy color: '#EC85AA'

red 236 ◦ green 133 ◦ blue 170

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

Shades of Mauvelous #EC85AA

Tints of Mauvelous #EC85AA

RGB

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

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

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

R = 43.78%
G = 24.68%
B = 31.54%

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

#EC85AA (or 0xEC85AA) is known color: Mauvelous. HEX triplet: EC, 85 and AA. RGB value is (236,133,170). Sum of RGB (Red+Green+Blue) = 236+133+170=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85AA is #137A55. Grayscale: #A7A7A7. Windows color (decimal): -1276502 or 11175404. OLE color: 11175404.

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

Color convert

RGB 236 133 170 -
CMYK 0 0.44 0.28 0.07
HSL 338.45º 0.73% 0.72% -
HSV(B) 338.45º 0.44% 0.93% -
XYZ 50.24 37.51 42.62 -
YUV 168.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 236 133 170 0 0.44 0.28 0.07 338.45 0.73 0.72
Hex EC 85 AA 0 2C 1C 7 152 49 48
Octal 354 205 252 0 54 34 7 522 111 110
Binary 11101100 10000101 10101010 0 101100 11100 111 101010010 1001001 1001000

Color Harmonies of #EC85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85AA

Black with #EC85AA

Text Example


Text Example

White with #EC85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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