#EB90AA

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

Shades of Mauvelous #EB90AA

Tints of Mauvelous #EB90AA

Color information

#EB90AA (or 0xEB90AA) is unknown color: approx Mauvelous. HEX triplet: EB, 90 and AA. RGB value is (235,144,170). Sum of RGB (Red+Green+Blue) = 235+144+170=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90AA is #146F55. Grayscale: #AEAEAE. Windows color (decimal): -1339222 or 11178219. OLE color: 11178219.

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

Color convert

RGB235144170-
CMYK00.390.280.08
HSL342.86º69.47%74.31%-
HSV(B)342.86º38.72%92.16%-
XYZ51.4940.5143.14-
YUV174.17125.65171.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=42.81%
G=26.23%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514417000.390.280.08342.8669.4774.31
HexEB90AA0271C8157454a
Octal3532202520473410527105112
Binary111010111001000010101010010011111100100010101011110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90AA; }

 p { color: rgb(235,144,170); }

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

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

 a { background-color: rgb(235,144,170); }

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

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

 span { border-color: rgb(235,144,170); }

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