#EA8BAA

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

Shades of Mauvelous #EA8BAA

Tints of Mauvelous #EA8BAA

Color information

#EA8BAA (or 0xEA8BAA) is unknown color: approx Mauvelous. HEX triplet: EA, 8B and AA. RGB value is (234,139,170). Sum of RGB (Red+Green+Blue) = 234+139+170=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BAA is #157455. Grayscale: #AAAAAA. Windows color (decimal): -1406038 or 11176938. OLE color: 11176938.

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

Color convert

RGB234139170-
CMYK00.410.270.08
HSL340.42º69.34%73.14%-
HSV(B)340.42º40.6%91.76%-
XYZ50.4238.8642.87-
YUV170.94127.47172.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=43.09%
G=25.60%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413917000.410.270.08340.4269.3473.14
HexEA8BAA0291B81544549
Octal3522132520513310524105111
Binary111010101000101110101010010100111011100010101010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BAA; }

 p { color: rgb(234,139,170); }

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

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

 a { background-color: rgb(234,139,170); }

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

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

 span { border-color: rgb(234,139,170); }

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