#EF8EA5

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

Shades of Mauvelous #EF8EA5

Tints of Mauvelous #EF8EA5

Color information

#EF8EA5 (or 0xEF8EA5) is unknown color: approx Mauvelous. HEX triplet: EF, 8E and A5. RGB value is (239,142,165). Sum of RGB (Red+Green+Blue) = 239+142+165=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EA5 is #10715A. Grayscale: #ADADAD. Windows color (decimal): -1077595 or 10850031. OLE color: 10850031.

HSL color Cylindrical-coordinate representation of color #EF8EA5: hue angle of 345.77º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EA5 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239142165-
CMYK00.410.310.06
HSL345.77º75.19%74.71%-
HSV(B)345.77º40.59%93.73%-
XYZ52.0640.4140.65-
YUV173.62123.14174.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=43.77%
G=26.01%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914216500.410.310.06345.7775.1974.71
HexEF8EA50291F615a4b4b
Octal357216245051376532113113
Binary11101111100011101010010101010011111111010101101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EA5; }

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

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

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

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

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

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

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

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