Html Css Color HEX #EC86A8 Mauvelous

📋 copy color: '#EC86A8'

red 236 ◦ green 134 ◦ blue 168

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

Shades of Mauvelous #EC86A8

Tints of Mauvelous #EC86A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.23%

R = 43.87%
G = 24.91%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC86A8 (or 0xEC86A8) is known color: Mauvelous. HEX triplet: EC, 86 and A8. RGB value is (236,134,168). Sum of RGB (Red+Green+Blue) = 236+134+168=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC86A8 is #137957. Grayscale: #A8A8A8. Windows color (decimal): -1276248 or 11044588. OLE color: 11044588.

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

Color convert

RGB 236 134 168 -
CMYK 0 0.43 0.29 0.07
HSL 340º 0.73% 0.73% -
HSV(B) 340º 0.43% 0.93% -
XYZ 50.19 37.71 41.68 -
YUV 168.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 236 134 168 0 0.43 0.29 0.07 340 0.73 0.73
Hex EC 86 A8 0 2B 1D 7 154 49 49
Octal 354 206 250 0 53 35 7 524 111 111
Binary 11101100 10000110 10101000 0 101011 11101 111 101010100 1001001 1001001

Color Harmonies of #EC86A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86A8

Black with #EC86A8

Text Example


Text Example

White with #EC86A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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