#EA8BA0

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

Shades of Mauvelous #EA8BA0

Tints of Mauvelous #EA8BA0

Color information

#EA8BA0 (or 0xEA8BA0) is unknown color: approx Mauvelous. HEX triplet: EA, 8B and A0. RGB value is (234,139,160). Sum of RGB (Red+Green+Blue) = 234+139+160=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA0 is #15745F. Grayscale: #A9A9A9. Windows color (decimal): -1406048 or 10521578. OLE color: 10521578.

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

Color convert

RGB234139160-
CMYK00.410.320.08
HSL346.74º69.34%73.14%-
HSV(B)346.74º40.6%91.76%-
XYZ49.5138.538.08-
YUV169.8122.47173.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 139 (54.69% from 255) = 26.08%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=43.90%
G=26.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413916000.410.320.08346.7469.3473.14
HexEA8BA002920815b4549
Octal3522132400514010533105111
Binary1110101010001011101000000101001100000100010101101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BA0; }

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

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

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

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

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

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

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

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