Html Css Color HEX #ED86AB Mauvelous

📋 copy color: '#ED86AB'

red 237 ◦ green 134 ◦ blue 171

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

Shades of Mauvelous #ED86AB

Tints of Mauvelous #ED86AB

RGB

 RED value IS 237 (92.97% from 255) = 43.73%

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

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

R = 43.73%
G = 24.72%
B = 31.55%

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

#ED86AB (or 0xED86AB) is known color: Mauvelous. HEX triplet: ED, 86 and AB. RGB value is (237,134,171). Sum of RGB (Red+Green+Blue) = 237+134+171=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED86AB is #127954. Grayscale: #A8A8A8. Windows color (decimal): -1210709 or 11241197. OLE color: 11241197.

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

Color convert

RGB 237 134 171 -
CMYK 0 0.43 0.28 0.07
HSL 338.45º 0.74% 0.73% -
HSV(B) 338.45º 0.43% 0.93% -
XYZ 50.8 37.99 43.18 -
YUV 169.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 237 134 171 0 0.43 0.28 0.07 338.45 0.74 0.73
Hex ED 86 AB 0 2B 1C 7 152 4A 49
Octal 355 206 253 0 53 34 7 522 112 111
Binary 11101101 10000110 10101011 0 101011 11100 111 101010010 1001010 1001001

Color Harmonies of #ED86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86AB

Black with #ED86AB

Text Example


Text Example

White with #ED86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86AB; }

 p { color: rgb(237,134,171); }

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

background-color css

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

 a { background-color: rgb(237,134,171); }

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

border-color css

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

 span { border-color: rgb(237,134,171); }

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