#EF8EAB

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

Shades of Mauvelous #EF8EAB

Tints of Mauvelous #EF8EAB

Color information

#EF8EAB (or 0xEF8EAB) is unknown color: approx Mauvelous. HEX triplet: EF, 8E and AB. RGB value is (239,142,171). Sum of RGB (Red+Green+Blue) = 239+142+171=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EAB is #107154. Grayscale: #AEAEAE. Windows color (decimal): -1077589 or 11243247. OLE color: 11243247.

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

Color convert

RGB239142171-
CMYK00.410.280.06
HSL342.06º75.19%74.71%-
HSV(B)342.06º40.59%93.73%-
XYZ52.6240.6443.6-
YUV174.31126.14174.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=43.30%
G=25.72%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914217100.410.280.06342.0675.1974.71
HexEF8EAB0291C61564b4b
Octal357216253051346526113113
Binary11101111100011101010101101010011110011010101011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8EAB; }

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

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

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

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

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

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

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

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