#EB90A3

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

Shades of Mauvelous #EB90A3

Tints of Mauvelous #EB90A3

Color information

#EB90A3 (or 0xEB90A3) is unknown color: approx Mauvelous. HEX triplet: EB, 90 and A3. RGB value is (235,144,163). Sum of RGB (Red+Green+Blue) = 235+144+163=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90A3 is #146F5C. Grayscale: #ADADAD. Windows color (decimal): -1339229 or 10719467. OLE color: 10719467.

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

Color convert

RGB235144163-
CMYK00.390.310.08
HSL347.47º69.47%74.31%-
HSV(B)347.47º38.72%92.16%-
XYZ50.8540.2539.74-
YUV173.38122.15171.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=43.36%
G=26.57%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514416300.390.310.08347.4769.4774.31
HexEB90A30271F815b454a
Octal3532202430473710533105112
Binary111010111001000010100011010011111111100010101101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90A3; }

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

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

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

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

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

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

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

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