#FF8EA4

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

Shades of Mauvelous #FF8EA4

Tints of Mauvelous #FF8EA4

Color information

#FF8EA4 (or 0xFF8EA4) is unknown color: approx Mauvelous. HEX triplet: FF, 8E and A4. RGB value is (255,142,164). Sum of RGB (Red+Green+Blue) = 255+142+164=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8EA4 is #00715B. Grayscale: #B2B2B2. Windows color (decimal): -29020 or 10784511. OLE color: 10784511.

HSL color Cylindrical-coordinate representation of color #FF8EA4: hue angle of 348.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EA4 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255142164-
CMYK00.440.360
HSL348.32º100%77.84%-
HSV(B)348.32º44.31%100%-
XYZ57.6143.2940.44-
YUV178.3119.94182.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=45.45%
G=25.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514216400.440.360348.3210077.84
HexFF8EA402C24015c644e
Octal377216244054440534144116
Binary1111111110001110101001000101100100100010101110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EA4; }

 p { color: rgb(255,142,164); }

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

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

 a { background-color: rgb(255,142,164); }

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

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

 span { border-color: rgb(255,142,164); }

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