#EB90A4

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

Shades of Mauvelous #EB90A4

Tints of Mauvelous #EB90A4

Color information

#EB90A4 (or 0xEB90A4) is unknown color: approx Mauvelous. HEX triplet: EB, 90 and A4. RGB value is (235,144,164). Sum of RGB (Red+Green+Blue) = 235+144+164=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90A4 is #146F5B. Grayscale: #ADADAD. Windows color (decimal): -1339228 or 10785003. OLE color: 10785003.

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

Color convert

RGB235144164-
CMYK00.390.300.08
HSL346.81º69.47%74.31%-
HSV(B)346.81º38.72%92.16%-
XYZ50.9440.2940.21-
YUV173.49122.65171.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=43.28%
G=26.52%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514416400.390.300.08346.8169.4774.31
HexEB90A40271E815b454a
Octal3532202440473610533105112
Binary111010111001000010100100010011111110100010101101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90A4; }

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

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

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

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

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

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

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

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