#EB8BA9

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

Shades of Mauvelous #EB8BA9

Tints of Mauvelous #EB8BA9

Color information

#EB8BA9 (or 0xEB8BA9) is unknown color: approx Mauvelous. HEX triplet: EB, 8B and A9. RGB value is (235,139,169). Sum of RGB (Red+Green+Blue) = 235+139+169=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BA9 is #147456. Grayscale: #ABABAB. Windows color (decimal): -1340503 or 11111403. OLE color: 11111403.

HSL color Cylindrical-coordinate representation of color #EB8BA9: hue angle of 341.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BA9 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235139169-
CMYK00.410.280.08
HSL341.25º70.59%73.33%-
HSV(B)341.25º40.85%92.16%-
XYZ50.6638.9942.39-
YUV171.12126.8173.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=43.28%
G=25.60%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513916900.410.280.08341.2570.5973.33
HexEB8BA90291C81554749
Octal3532132510513410525107111
Binary111010111000101110101001010100111100100010101010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BA9; }

 p { color: rgb(235,139,169); }

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

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

 a { background-color: rgb(235,139,169); }

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

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

 span { border-color: rgb(235,139,169); }

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