#EB93A2

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

Shades of Mauvelous #EB93A2

Tints of Mauvelous #EB93A2

Color information

#EB93A2 (or 0xEB93A2) is unknown color: approx Mauvelous. HEX triplet: EB, 93 and A2. RGB value is (235,147,162). Sum of RGB (Red+Green+Blue) = 235+147+162=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB93A2 is #146C5D. Grayscale: #AFAFAF. Windows color (decimal): -1338462 or 10654699. OLE color: 10654699.

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

Color convert

RGB235147162-
CMYK00.370.310.08
HSL349.77º68.75%74.9%-
HSV(B)349.77º37.45%92.16%-
XYZ51.2241.1439.42-
YUV175.02120.65170.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.20%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 162 (63.67% from 255) = 29.78%
R=43.20%
G=27.02%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514716200.370.310.08349.7768.7574.9
HexEB93A20251F815e454b
Octal3532232420453710536105113
Binary111010111001001110100010010010111111100010101111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93A2; }

 p { color: rgb(235,147,162); }

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

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

 a { background-color: rgb(235,147,162); }

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

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

 span { border-color: rgb(235,147,162); }

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