Html Css Color HEX #EB8DA0 Mauvelous

📋 copy color: '#EB8DA0'

red 235 ◦ green 141 ◦ blue 160

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

Shades of Mauvelous #EB8DA0

Tints of Mauvelous #EB8DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 43.84%
G = 26.31%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB8DA0 (or 0xEB8DA0) is known color: Mauvelous. HEX triplet: EB, 8D and A0. RGB value is (235,141,160). Sum of RGB (Red+Green+Blue) = 235+141+160=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DA0 is #14725F. Grayscale: #ABABAB. Windows color (decimal): -1340000 or 10522091. OLE color: 10522091.

HSL color Cylindrical-coordinate representation of color #EB8DA0: hue angle of 347.87º 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 #EB8DA0 is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 160 -
CMYK 0 0.4 0.32 0.08
HSL 347.87º 0.7% 0.74% -
HSV(B) 347.87º 0.4% 0.92% -
XYZ 50.13 39.25 38.19 -
YUV 171.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 235 141 160 0 0.4 0.32 0.08 347.87 0.7 0.74
Hex EB 8D A0 0 28 20 8 15C 46 4A
Octal 353 215 240 0 50 40 10 534 106 112
Binary 11101011 10001101 10100000 0 101000 100000 1000 101011100 1000110 1001010

Color Harmonies of #EB8DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8DA0

Black with #EB8DA0

Text Example


Text Example

White with #EB8DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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