Html Css Color HEX #EC86A5 Mauvelous

📋 copy color: '#EC86A5'

red 236 ◦ green 134 ◦ blue 165

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

Shades of Mauvelous #EC86A5

Tints of Mauvelous #EC86A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.84%

R = 44.11%
G = 25.05%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC86A5 (or 0xEC86A5) is known color: Mauvelous. HEX triplet: EC, 86 and A5. RGB value is (236,134,165). Sum of RGB (Red+Green+Blue) = 236+134+165=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC86A5 is #13795A. Grayscale: #A8A8A8. Windows color (decimal): -1276251 or 10847980. OLE color: 10847980.

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

Color convert

RGB 236 134 165 -
CMYK 0 0.43 0.30 0.07
HSL 341.76º 0.73% 0.73% -
HSV(B) 341.76º 0.43% 0.93% -
XYZ 49.91 37.6 40.22 -
YUV 168.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 236 134 165 0 0.43 0.30 0.07 341.76 0.73 0.73
Hex EC 86 A5 0 2B 1E 7 156 49 49
Octal 354 206 245 0 53 36 7 526 111 111
Binary 11101100 10000110 10100101 0 101011 11110 111 101010110 1001001 1001001

Color Harmonies of #EC86A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86A5

Black with #EC86A5

Text Example


Text Example

White with #EC86A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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