#EF8FAB

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

Shades of Mauvelous #EF8FAB

Tints of Mauvelous #EF8FAB

Color information

#EF8FAB (or 0xEF8FAB) is unknown color: approx Mauvelous. HEX triplet: EF, 8F and AB. RGB value is (239,143,171). Sum of RGB (Red+Green+Blue) = 239+143+171=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8FAB is #107054. Grayscale: #AEAEAE. Windows color (decimal): -1077333 or 11243503. OLE color: 11243503.

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

Color convert

RGB239143171-
CMYK00.400.280.06
HSL342.5º75%74.9%-
HSV(B)342.5º40.17%93.73%-
XYZ52.7740.9443.65-
YUV174.9125.8173.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=43.22%
G=25.86%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914317100.400.280.06342.57574.9
HexEF8FAB0281C61564b4b
Octal357217253050346526113113
Binary11101111100011111010101101010001110011010101011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8FAB; }

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

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

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

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

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

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

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

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