#FF8EA5

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

Shades of Mauvelous #FF8EA5

Tints of Mauvelous #FF8EA5

Color information

#FF8EA5 (or 0xFF8EA5) is unknown color: approx Mauvelous. HEX triplet: FF, 8E and A5. RGB value is (255,142,165). Sum of RGB (Red+Green+Blue) = 255+142+165=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8EA5 is #00715A. Grayscale: #B2B2B2. Windows color (decimal): -29019 or 10850047. OLE color: 10850047.

HSL color Cylindrical-coordinate representation of color #FF8EA5: hue angle of 347.79º 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 #FF8EA5 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255142165-
CMYK00.440.350
HSL347.79º100%77.84%-
HSV(B)347.79º44.31%100%-
XYZ57.743.3240.92-
YUV178.41120.44182.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 165 (64.84% from 255) = 29.36%
R=45.37%
G=25.27%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514216500.440.350347.7910077.84
HexFF8EA502C23015c644e
Octal377216245054430534144116
Binary1111111110001110101001010101100100011010101110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8EA5; }

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

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

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

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

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

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

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

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