#EA88AC

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

Shades of Mauvelous #EA88AC

Tints of Mauvelous #EA88AC

Color information

#EA88AC (or 0xEA88AC) is unknown color: approx Mauvelous. HEX triplet: EA, 88 and AC. RGB value is (234,136,172). Sum of RGB (Red+Green+Blue) = 234+136+172=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA88AC is #157753. Grayscale: #A9A9A9. Windows color (decimal): -1406804 or 11307242. OLE color: 11307242.

HSL color Cylindrical-coordinate representation of color #EA88AC: hue angle of 337.96º degrees, saturation: 0.7, 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 #EA88AC is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234136172-
CMYK00.420.260.08
HSL337.96º70%72.55%-
HSV(B)337.96º41.88%91.76%-
XYZ50.1838.0843.73-
YUV169.41129.47174.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 136 (53.52% from 255) = 25.09%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=43.17%
G=25.09%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413617200.420.260.08337.967072.55
HexEA88AC02A1A81524649
Octal3522102540523210522106111
Binary111010101000100010101100010101011010100010101001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88AC; }

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

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

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

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

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

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

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

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