#EB8DA4

Color #EB8DA4 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #EB8DA4

Tints of Mauvelous #EB8DA4

Color information

#EB8DA4 (or 0xEB8DA4) is unknown color: approx Mauvelous. HEX triplet: EB, 8D and A4. RGB value is (235,141,164). Sum of RGB (Red+Green+Blue) = 235+141+164=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DA4 is #14725B. Grayscale: #ABABAB. Windows color (decimal): -1339996 or 10784235. OLE color: 10784235.

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

Color convert

RGB235141164-
CMYK00.40.300.08
HSL345.32º70.15%73.73%-
HSV(B)345.32º40%92.16%-
XYZ50.4939.3940.06-
YUV171.73123.64173.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=43.52%
G=26.11%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514116400.40.300.08345.3270.1573.73
HexEB8DA40281E8159464a
Octal3532152440503610531106112
Binary111010111000110110100100010100011110100010101100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DA4; }

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

 H1.HeaderClassName
 {
   color: #EB8DA4;
 }
 .AnyTagClassName
 {
   color: #EB8DA4;
 }
</style>
background-color css

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

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

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

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

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

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