#EF92A6

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

Shades of Mauvelous #EF92A6

Tints of Mauvelous #EF92A6

Color information

#EF92A6 (or 0xEF92A6) is unknown color: approx Mauvelous. HEX triplet: EF, 92 and A6. RGB value is (239,146,166). Sum of RGB (Red+Green+Blue) = 239+146+166=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF92A6 is #106D59. Grayscale: #B0B0B0. Windows color (decimal): -1076570 or 10916591. OLE color: 10916591.

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

Color convert

RGB239146166-
CMYK00.390.310.06
HSL347.1º74.4%75.49%-
HSV(B)347.1º38.91%93.73%-
XYZ52.7641.6641.34-
YUV176.09122.31172.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 166 (65.23% from 255) = 30.13%
R=43.38%
G=26.50%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914616600.390.310.06347.174.475.49
HexEF92A60271F615b4a4b
Octal357222246047376533112113
Binary11101111100100101010011001001111111111010101101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92A6; }

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

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

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

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

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

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

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

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