Html Css Color HEX #EB86A1 Mauvelous

📋 copy color: '#EB86A1'

red 235 ◦ green 134 ◦ blue 161

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

Shades of Mauvelous #EB86A1

Tints of Mauvelous #EB86A1

RGB

 RED value IS 235 (92.19% from 255) = 44.34%

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

 BLUE value IS 161 (63.28% from 255) = 30.38%

R = 44.34%
G = 25.28%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB86A1 (or 0xEB86A1) is known color: Mauvelous. HEX triplet: EB, 86 and A1. RGB value is (235,134,161). Sum of RGB (Red+Green+Blue) = 235+134+161=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB86A1 is #14795E. Grayscale: #A7A7A7. Windows color (decimal): -1341791 or 10585835. OLE color: 10585835.

HSL color Cylindrical-coordinate representation of color #EB86A1: hue angle of 343.96º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86A1 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 134 161 -
CMYK 0 0.43 0.31 0.08
HSL 343.96º 0.72% 0.72% -
HSV(B) 343.96º 0.43% 0.92% -
XYZ 49.22 37.29 38.32 -
YUV 167.28 124.46 176.3 -
System Red Green Blue C M Y K H S L
Decimal 235 134 161 0 0.43 0.31 0.08 343.96 0.72 0.72
Hex EB 86 A1 0 2B 1F 8 158 48 48
Octal 353 206 241 0 53 37 10 530 110 110
Binary 11101011 10000110 10100001 0 101011 11111 1000 101011000 1001000 1001000

Color Harmonies of #EB86A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB86A1

Black with #EB86A1

Text Example


Text Example

White with #EB86A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB86A1; }

 p { color: rgb(235,134,161); }

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

background-color css

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

 a { background-color: rgb(235,134,161); }

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

border-color css

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

 span { border-color: rgb(235,134,161); }

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