Html Css Color HEX #EB8DAC Mauvelous

📋 copy color: '#EB8DAC'

red 235 ◦ green 141 ◦ blue 172

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

Shades of Mauvelous #EB8DAC

Tints of Mauvelous #EB8DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.73%

 BLUE value IS 172 (67.58% from 255) = 31.39%

R = 42.88%
G = 25.73%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB8DAC (or 0xEB8DAC) is known color: Mauvelous. HEX triplet: EB, 8D and AC. RGB value is (235,141,172). Sum of RGB (Red+Green+Blue) = 235+141+172=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DAC is #147253. Grayscale: #ACACAC. Windows color (decimal): -1339988 or 11308523. OLE color: 11308523.

HSL color Cylindrical-coordinate representation of color #EB8DAC: hue angle of 340.21º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DAC is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 172 -
CMYK 0 0.4 0.27 0.08
HSL 340.21º 0.7% 0.74% -
HSV(B) 340.21º 0.4% 0.92% -
XYZ 51.23 39.69 43.99 -
YUV 172.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 235 141 172 0 0.4 0.27 0.08 340.21 0.7 0.74
Hex EB 8D AC 0 28 1B 8 154 46 4A
Octal 353 215 254 0 50 33 10 524 106 112
Binary 11101011 10001101 10101100 0 101000 11011 1000 101010100 1000110 1001010

Color Harmonies of #EB8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8DAC

Black with #EB8DAC

Text Example


Text Example

White with #EB8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8DAC; }

 p { color: rgb(235,141,172); }

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

background-color css

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

 a { background-color: rgb(235,141,172); }

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

border-color css

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

 span { border-color: rgb(235,141,172); }

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