#EB99A6

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

Shades of Mauvelous #EB99A6

Tints of Mauvelous #EB99A6

Color information

#EB99A6 (or 0xEB99A6) is unknown color: approx Mauvelous. HEX triplet: EB, 99 and A6. RGB value is (235,153,166). Sum of RGB (Red+Green+Blue) = 235+153+166=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB99A6 is #146659. Grayscale: #B3B3B3. Windows color (decimal): -1336922 or 10918379. OLE color: 10918379.

HSL color Cylindrical-coordinate representation of color #EB99A6: hue angle of 350.49º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99A6 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235153166-
CMYK00.350.290.08
HSL350.49º67.21%76.08%-
HSV(B)350.49º34.89%92.16%-
XYZ52.5443.241.65-
YUV179120.67167.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 166 (65.23% from 255) = 29.96%
R=42.42%
G=27.62%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515316600.350.290.08350.4967.2176.08
HexEB99A60231D815e434c
Octal3532312460433510536103114
Binary111010111001100110100110010001111101100010101111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99A6; }

 p { color: rgb(235,153,166); }

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

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

 a { background-color: rgb(235,153,166); }

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

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

 span { border-color: rgb(235,153,166); }

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