#EB88AC

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

Shades of Mauvelous #EB88AC

Tints of Mauvelous #EB88AC

Color information

#EB88AC (or 0xEB88AC) is unknown color: approx Mauvelous. HEX triplet: EB, 88 and AC. RGB value is (235,136,172). Sum of RGB (Red+Green+Blue) = 235+136+172=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB88AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB88AC is #147753. Grayscale: #A9A9A9. Windows color (decimal): -1341268 or 11307243. OLE color: 11307243.

HSL color Cylindrical-coordinate representation of color #EB88AC: hue angle of 338.18º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB88AC is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235136172-
CMYK00.420.270.08
HSL338.18º71.22%72.75%-
HSV(B)338.18º42.13%92.16%-
XYZ50.5138.2543.75-
YUV169.7129.3174.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=43.28%
G=25.05%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513617200.420.270.08338.1871.2272.75
HexEB88AC02A1B81524749
Octal3532102540523310522107111
Binary111010111000100010101100010101011011100010101001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB88AC; }

 p { color: rgb(235,136,172); }

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

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

 a { background-color: rgb(235,136,172); }

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

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

 span { border-color: rgb(235,136,172); }

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