#EA8FA7

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

Shades of Mauvelous #EA8FA7

Tints of Mauvelous #EA8FA7

Color information

#EA8FA7 (or 0xEA8FA7) is unknown color: approx Mauvelous. HEX triplet: EA, 8F and A7. RGB value is (234,143,167). Sum of RGB (Red+Green+Blue) = 234+143+167=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8FA7 is #157058. Grayscale: #ACACAC. Windows color (decimal): -1405017 or 10981354. OLE color: 10981354.

HSL color Cylindrical-coordinate representation of color #EA8FA7: hue angle of 344.18º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FA7 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234143167-
CMYK00.390.290.08
HSL344.18º68.42%73.92%-
HSV(B)344.18º38.89%91.76%-
XYZ50.7339.9341.59-
YUV172.94124.65171.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.01%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=43.01%
G=26.29%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414316700.390.290.08344.1868.4273.92
HexEA8FA70271D8158444a
Octal3522172470473510530104112
Binary111010101000111110100111010011111101100010101100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FA7; }

 p { color: rgb(234,143,167); }

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

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

 a { background-color: rgb(234,143,167); }

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

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

 span { border-color: rgb(234,143,167); }

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