#EA8FA3

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

Shades of Mauvelous #EA8FA3

Tints of Mauvelous #EA8FA3

Color information

#EA8FA3 (or 0xEA8FA3) is unknown color: approx Mauvelous. HEX triplet: EA, 8F and A3. RGB value is (234,143,163). Sum of RGB (Red+Green+Blue) = 234+143+163=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8FA3 is #15705C. Grayscale: #ACACAC. Windows color (decimal): -1405021 or 10719210. OLE color: 10719210.

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

Color convert

RGB234143163-
CMYK00.390.300.08
HSL346.81º68.42%73.92%-
HSV(B)346.81º38.89%91.76%-
XYZ50.3739.7839.67-
YUV172.49122.65171.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 163 (64.06% from 255) = 30.19%
R=43.33%
G=26.48%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414316300.390.300.08346.8168.4273.92
HexEA8FA30271E815b444a
Octal3522172430473610533104112
Binary111010101000111110100011010011111110100010101101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FA3; }

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

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

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

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

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

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

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

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