#EB93A7

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

Shades of Mauvelous #EB93A7

Tints of Mauvelous #EB93A7

Color information

#EB93A7 (or 0xEB93A7) is unknown color: approx Mauvelous. HEX triplet: EB, 93 and A7. RGB value is (235,147,167). Sum of RGB (Red+Green+Blue) = 235+147+167=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB93A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB93A7 is #146C58. Grayscale: #AFAFAF. Windows color (decimal): -1338457 or 10982379. OLE color: 10982379.

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

Color convert

RGB235147167-
CMYK00.370.290.08
HSL346.36º68.75%74.9%-
HSV(B)346.36º37.45%92.16%-
XYZ51.6741.3241.81-
YUV175.59123.15170.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 167 (65.62% from 255) = 30.42%
R=42.81%
G=26.78%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514716700.370.290.08346.3668.7574.9
HexEB93A70251D815a454b
Octal3532232470453510532105113
Binary111010111001001110100111010010111101100010101101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB93A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB93A7; }

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

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

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

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

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

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

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

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