#EF92AB

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

Shades of Mauvelous #EF92AB

Tints of Mauvelous #EF92AB

Color information

#EF92AB (or 0xEF92AB) is unknown color: approx Mauvelous. HEX triplet: EF, 92 and AB. RGB value is (239,146,171). Sum of RGB (Red+Green+Blue) = 239+146+171=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF92AB is #106D54. Grayscale: #B0B0B0. Windows color (decimal): -1076565 or 11244271. OLE color: 11244271.

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

Color convert

RGB239146171-
CMYK00.390.280.06
HSL343.87º74.4%75.49%-
HSV(B)343.87º38.91%93.73%-
XYZ53.2341.8543.8-
YUV176.66124.81172.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=42.99%
G=26.26%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914617100.390.280.06343.8774.475.49
HexEF92AB0271C61584a4b
Octal357222253047346530112113
Binary11101111100100101010101101001111110011010101100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92AB; }

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

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

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

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

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

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

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

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