#EA8BA8

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

Shades of Mauvelous #EA8BA8

Tints of Mauvelous #EA8BA8

Color information

#EA8BA8 (or 0xEA8BA8) is unknown color: approx Mauvelous. HEX triplet: EA, 8B and A8. RGB value is (234,139,168). Sum of RGB (Red+Green+Blue) = 234+139+168=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8BA8 is #157457. Grayscale: #AAAAAA. Windows color (decimal): -1406040 or 11045866. OLE color: 11045866.

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

Color convert

RGB234139168-
CMYK00.410.280.08
HSL341.68º69.34%73.14%-
HSV(B)341.68º40.6%91.76%-
XYZ50.2338.7841.88-
YUV170.71126.47173.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=43.25%
G=25.69%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413916800.410.280.08341.6869.3473.14
HexEA8BA80291C81564549
Octal3522132500513410526105111
Binary111010101000101110101000010100111100100010101011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BA8; }

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

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

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

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

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

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

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

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