Html Css Color HEX #EC86AA Mauvelous

📋 copy color: '#EC86AA'

red 236 ◦ green 134 ◦ blue 170

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

Shades of Mauvelous #EC86AA

Tints of Mauvelous #EC86AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.81%

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

R = 43.7%
G = 24.81%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC86AA (or 0xEC86AA) is known color: Mauvelous. HEX triplet: EC, 86 and AA. RGB value is (236,134,170). Sum of RGB (Red+Green+Blue) = 236+134+170=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC86AA is #137955. Grayscale: #A8A8A8. Windows color (decimal): -1276246 or 11175660. OLE color: 11175660.

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

Color convert

RGB 236 134 170 -
CMYK 0 0.43 0.28 0.07
HSL 338.82º 0.73% 0.73% -
HSV(B) 338.82º 0.43% 0.93% -
XYZ 50.37 37.79 42.67 -
YUV 168.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 236 134 170 0 0.43 0.28 0.07 338.82 0.73 0.73
Hex EC 86 AA 0 2B 1C 7 153 49 49
Octal 354 206 252 0 53 34 7 523 111 111
Binary 11101100 10000110 10101010 0 101011 11100 111 101010011 1001001 1001001

Color Harmonies of #EC86AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86AA

Black with #EC86AA

Text Example


Text Example

White with #EC86AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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