#EF8EA8

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

Shades of Mauvelous #EF8EA8

Tints of Mauvelous #EF8EA8

Color information

#EF8EA8 (or 0xEF8EA8) is unknown color: approx Mauvelous. HEX triplet: EF, 8E and A8. RGB value is (239,142,168). Sum of RGB (Red+Green+Blue) = 239+142+168=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EA8 is #107157. Grayscale: #ADADAD. Windows color (decimal): -1077592 or 11046639. OLE color: 11046639.

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

Color convert

RGB239142168-
CMYK00.410.300.06
HSL343.92º75.19%74.71%-
HSV(B)343.92º40.59%93.73%-
XYZ52.3440.5242.11-
YUV173.97124.64174.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 168 (66.02% from 255) = 30.60%
R=43.53%
G=25.87%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914216800.410.300.06343.9275.1974.71
HexEF8EA80291E61584b4b
Octal357216250051366530113113
Binary11101111100011101010100001010011111011010101100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EA8; }

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

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

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

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

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

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

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

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